#BB33DD

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

Shades of Medium Orchid #BB33DD

Tints of Medium Orchid #BB33DD

Color information

#BB33DD (or 0xBB33DD) is unknown color: approx Medium Orchid. HEX triplet: BB, 33 and DD. RGB value is (187,51,221). Sum of RGB (Red+Green+Blue) = 187+51+221=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB33DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33DD is #44CC22. Grayscale: #6E6E6E. Windows color (decimal): -4508707 or 14496699. OLE color: 14496699.

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

Color convert

RGB18751221-
CMYK0.150.7700.13
HSL288º71.43%53.33%-
HSV(B)288º76.92%86.67%-
XYZ34.7318.1570.08-
YUV111.04190.06182.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 51 (20.31% from 255) = 11.11%
BLUE value IS 221 (86.72% from 255) = 48.15%
R=40.74%
G=11.11%
B=48.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187512210.150.7700.1328871.4353.33
HexBB33DDF4D0D1204735
Octal273633351711501544010765
Binary101110111100111101110111111001101011011001000001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB33DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB33DD; }

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

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

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

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

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

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

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

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