#BB72CD

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

Shades of Medium Orchid #BB72CD

Tints of Medium Orchid #BB72CD

Color information

#BB72CD (or 0xBB72CD) is unknown color: approx Medium Orchid. HEX triplet: BB, 72 and CD. RGB value is (187,114,205). Sum of RGB (Red+Green+Blue) = 187+114+205=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB72CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72CD is #448D32. Grayscale: #919191. Windows color (decimal): -4492595 or 13464251. OLE color: 13464251.

HSL color Cylindrical-coordinate representation of color #BB72CD: hue angle of 288.13º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB72CD is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187114205-
CMYK0.090.4400.20
HSL288.13º47.64%62.55%-
HSV(B)288.13º44.39%80.39%-
XYZ37.5327.0160.99-
YUV146.2161.18157.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 114 (44.92% from 255) = 22.53%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=36.96%
G=22.53%
B=40.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871142050.090.4400.20288.1347.6462.55
HexBB72CD92C014120303f
Octal27316231511540244406077
Binary101110111110010110011011001101100010100100100000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB72CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB72CD; }

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

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

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

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

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

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

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

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