#BB72EA

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

Shades of Medium Orchid #BB72EA

Tints of Medium Orchid #BB72EA

Color information

#BB72EA (or 0xBB72EA) is unknown color: approx Medium Orchid. HEX triplet: BB, 72 and EA. RGB value is (187,114,234). Sum of RGB (Red+Green+Blue) = 187+114+234=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB72EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB72EA is #448D15. Grayscale: #959595. Windows color (decimal): -4492566 or 15364795. OLE color: 15364795.

HSL color Cylindrical-coordinate representation of color #BB72EA: hue angle of 276.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB72EA is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187114234-
CMYK0.200.5100.08
HSL276.5º74.07%68.24%-
HSV(B)276.5º51.28%91.76%-
XYZ41.3628.5481.17-
YUV149.51175.68154.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 114 (44.92% from 255) = 21.31%
BLUE value IS 234 (91.80% from 255) = 43.74%
R=34.95%
G=21.31%
B=43.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871142340.200.5100.08276.574.0768.24
HexBB72EA1433081144a44
Octal2731623522463010424112104
Binary10111011111001011101010101001100110100010001010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB72EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB72EA; }

 p { color: rgb(187,114,234); }

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

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

 a { background-color: rgb(187,114,234); }

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

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

 span { border-color: rgb(187,114,234); }

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