#BB72EB

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

Shades of Medium Orchid #BB72EB

Tints of Medium Orchid #BB72EB

Color information

#BB72EB (or 0xBB72EB) is unknown color: approx Medium Orchid. HEX triplet: BB, 72 and EB. RGB value is (187,114,235). Sum of RGB (Red+Green+Blue) = 187+114+235=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB72EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB72EB is #448D14. Grayscale: #959595. Windows color (decimal): -4492565 or 15430331. OLE color: 15430331.

HSL color Cylindrical-coordinate representation of color #BB72EB: hue angle of 276.2º degrees, saturation: 0.75, 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 #BB72EB is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187114235-
CMYK0.200.5100.08
HSL276.2º75.16%68.43%-
HSV(B)276.2º51.49%92.16%-
XYZ41.5128.681.93-
YUV149.62176.18154.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 114 (44.92% from 255) = 21.27%
BLUE value IS 235 (92.19% from 255) = 43.84%
R=34.89%
G=21.27%
B=43.84%

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
Decimal1871142350.200.5100.08276.275.1668.43
HexBB72EB1433081144b44
Octal2731623532463010424113104
Binary10111011111001011101011101001100110100010001010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB72EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB72EB; }

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

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

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

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

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

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

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

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