#ba4ffb

Color #BA4FFB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BA4FFB

Tints of Medium Orchid #BA4FFB

Color information

#BA4FFB (or 0xBA4FFB) is unknown color: approx Medium Orchid. HEX triplet: BA, 4F and FB. RGB value is (186,79,251). Sum of RGB (Red+Green+Blue) = 186+79+251=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA4FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FFB is #45B004. Grayscale: #828282. Windows color (decimal): -4567045 or 16469946. OLE color: 16469946.

HSL color Cylindrical-coordinate representation of color #BA4FFB: hue angle of 277.33º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4FFB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18679251-
CMYK0.260.6900.02
HSL277.33º95.56%64.71%-
HSV(B)277.33º68.53%98.43%-
XYZ40.462393.57-
YUV130.6195.95167.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 79 (31.25% from 255) = 15.31%
BLUE value IS 251 (98.44% from 255) = 48.64%
R=36.05%
G=15.31%
B=48.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186792510.260.6900.02277.3395.5664.71
HexBA4FFB1A45021156041
Octal2721173733210502425140101
Binary1011101010011111111101111010100010101010001010111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba4ffb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba4ffb; }

 p { color: rgb(186,79,251); }

 H1.HeaderClassName
 {
   color: #ba4ffb;
 }
 .AnyTagClassName
 {
   color: #ba4ffb;
 }
</style>
background-color css

<style>
 a { background-color: #ba4ffb; }

 a { background-color: rgb(186,79,251); }

 div.DivClassName
 {
   background-color: #ba4ffb;
 }
 .BgClassName
 {
   background-color: #ba4ffb;
 }
</style>
border-color css

<style>
 span { border-color: #ba4ffb; }

 span { border-color: rgb(186,79,251); }

 td.TdClassName
 {
   border-color: #ba4ffb;
 }
 .TagClassName
 {
   border-color: #ba4ffb;
 }
</style>