#BB64CC

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

Shades of Medium Orchid #BB64CC

Tints of Medium Orchid #BB64CC

Color information

#BB64CC (or 0xBB64CC) is unknown color: approx Medium Orchid. HEX triplet: BB, 64 and CC. RGB value is (187,100,204). Sum of RGB (Red+Green+Blue) = 187+100+204=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64CC is #449B33. Grayscale: #898989. Windows color (decimal): -4496180 or 13395131. OLE color: 13395131.

HSL color Cylindrical-coordinate representation of color #BB64CC: hue angle of 290.19º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB64CC is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187100204-
CMYK0.080.5100.2
HSL290.19º50.49%59.61%-
HSV(B)290.19º50.98%80%-
XYZ35.9524.0459.87-
YUV137.87165.32163.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 100 (39.45% from 255) = 20.37%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=38.09%
G=20.37%
B=41.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871002040.080.5100.2290.1950.4959.61
HexBB64CC833014122323c
Octal27314431410630244426274
Binary101110111100100110011001000110011010100100100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB64CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB64CC; }

 p { color: rgb(187,100,204); }

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

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

 a { background-color: rgb(187,100,204); }

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

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

 span { border-color: rgb(187,100,204); }

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