#BB72E9

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

Shades of Medium Orchid #BB72E9

Tints of Medium Orchid #BB72E9

Color information

#BB72E9 (or 0xBB72E9) is unknown color: approx Medium Orchid. HEX triplet: BB, 72 and E9. RGB value is (187,114,233). Sum of RGB (Red+Green+Blue) = 187+114+233=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB72E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB72E9 is #448D16. Grayscale: #949494. Windows color (decimal): -4492567 or 15299259. OLE color: 15299259.

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

Color convert

RGB187114233-
CMYK0.200.5100.09
HSL276.81º73.01%68.04%-
HSV(B)276.81º51.07%91.37%-
XYZ41.2228.4880.42-
YUV149.39175.18154.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 114 (44.92% from 255) = 21.35%
BLUE value IS 233 (91.41% from 255) = 43.63%
R=35.02%
G=21.35%
B=43.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871142330.200.5100.09276.8173.0168.04
HexBB72E91433091154944
Octal2731623512463011425111104
Binary10111011111001011101001101001100110100110001010110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB72E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB72E9; }

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

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

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

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

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

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

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

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