#BB45CC

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

Shades of Medium Orchid #BB45CC

Tints of Medium Orchid #BB45CC

Color information

#BB45CC (or 0xBB45CC) is unknown color: approx Medium Orchid. HEX triplet: BB, 45 and CC. RGB value is (187,69,204). Sum of RGB (Red+Green+Blue) = 187+69+204=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB45CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45CC is #44BA33. Grayscale: #777777. Windows color (decimal): -4504116 or 13387195. OLE color: 13387195.

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

Color convert

RGB18769204-
CMYK0.080.6600.2
HSL292.44º56.96%53.53%-
HSV(B)292.44º66.18%80%-
XYZ33.5219.1859.06-
YUV119.67175.59176.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 69 (27.34% from 255) = 15%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=40.65%
G=15%
B=44.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187692040.080.6600.2292.4456.9653.53
HexBB45CC8420141243936
Octal273105314101020244447166
Binary1011101110001011100110010001000010010100100100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB45CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB45CC; }

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

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

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

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

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

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

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

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