#BB41CD

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

Shades of Medium Orchid #BB41CD

Tints of Medium Orchid #BB41CD

Color information

#BB41CD (or 0xBB41CD) is unknown color: approx Medium Orchid. HEX triplet: BB, 41 and CD. RGB value is (187,65,205). Sum of RGB (Red+Green+Blue) = 187+65+205=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB41CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41CD is #44BE32. Grayscale: #757575. Windows color (decimal): -4505139 or 13451707. OLE color: 13451707.

HSL color Cylindrical-coordinate representation of color #BB41CD: hue angle of 292.29º 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 #BB41CD is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18765205-
CMYK0.090.6800.20
HSL292.29º58.33%52.94%-
HSV(B)292.29º68.29%80.39%-
XYZ33.418.7559.62-
YUV117.44177.42177.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 65 (25.78% from 255) = 14.22%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=40.92%
G=14.22%
B=44.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187652050.090.6800.20292.2958.3352.94
HexBB41CD9440141243a35
Octal273101315111040244447265
Binary1011101110000011100110110011000100010100100100100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB41CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB41CD; }

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

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

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

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

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

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

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

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