#BB41CC

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

Shades of Medium Orchid #BB41CC

Tints of Medium Orchid #BB41CC

Color information

#BB41CC (or 0xBB41CC) is unknown color: approx Medium Orchid. HEX triplet: BB, 41 and CC. RGB value is (187,65,204). Sum of RGB (Red+Green+Blue) = 187+65+204=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB41CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41CC is #44BE33. Grayscale: #747474. Windows color (decimal): -4505140 or 13386171. OLE color: 13386171.

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

Color convert

RGB18765204-
CMYK0.080.6800.2
HSL292.66º57.68%52.75%-
HSV(B)292.66º68.14%80%-
XYZ33.2818.7158.98-
YUV117.32176.92177.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 65 (25.78% from 255) = 14.25%
BLUE value IS 204 (80.08% from 255) = 44.74%
R=41.01%
G=14.25%
B=44.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187652040.080.6800.2292.6657.6852.75
HexBB41CC8440141253a35
Octal273101314101040244457265
Binary1011101110000011100110010001000100010100100100101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB41CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB41CC; }

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

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

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

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

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

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

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

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