#BB44DD

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

Shades of Medium Orchid #BB44DD

Tints of Medium Orchid #BB44DD

Color information

#BB44DD (or 0xBB44DD) is unknown color: approx Medium Orchid. HEX triplet: BB, 44 and DD. RGB value is (187,68,221). Sum of RGB (Red+Green+Blue) = 187+68+221=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB44DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB44DD is #44BB22. Grayscale: #787878. Windows color (decimal): -4504355 or 14501051. OLE color: 14501051.

HSL color Cylindrical-coordinate representation of color #BB44DD: hue angle of 286.67º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB44DD is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18768221-
CMYK0.150.6900.13
HSL286.67º69.23%56.67%-
HSV(B)286.67º69.23%86.67%-
XYZ35.6119.9270.37-
YUV121.02184.42175.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 68 (26.95% from 255) = 14.29%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=39.29%
G=14.29%
B=46.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187682210.150.6900.13286.6769.2356.67
HexBB44DDF450D11f4539
Octal2731043351710501543710571
Binary1011101110001001101110111111000101011011000111111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB44DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB44DD; }

 p { color: rgb(187,68,221); }

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

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

 a { background-color: rgb(187,68,221); }

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

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

 span { border-color: rgb(187,68,221); }

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