#BB65CC

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

Shades of Medium Orchid #BB65CC

Tints of Medium Orchid #BB65CC

Color information

#BB65CC (or 0xBB65CC) is unknown color: approx Medium Orchid. HEX triplet: BB, 65 and CC. RGB value is (187,101,204). Sum of RGB (Red+Green+Blue) = 187+101+204=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB65CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65CC is #449A33. Grayscale: #8A8A8A. Windows color (decimal): -4495924 or 13395387. OLE color: 13395387.

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

Color convert

RGB187101204-
CMYK0.080.5000.2
HSL290.1º50.24%59.8%-
HSV(B)290.1º50.49%80%-
XYZ36.0524.2359.9-
YUV138.46164.99162.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 101 (39.84% from 255) = 20.53%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=38.01%
G=20.53%
B=41.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871012040.080.5000.2290.150.2459.8
HexBB65CC832014122323c
Octal27314531410620244426274
Binary101110111100101110011001000110010010100100100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB65CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB65CC; }

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

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

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

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

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

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

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

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