#BB33DC

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

Shades of Medium Orchid #BB33DC

Tints of Medium Orchid #BB33DC

Color information

#BB33DC (or 0xBB33DC) is unknown color: approx Medium Orchid. HEX triplet: BB, 33 and DC. RGB value is (187,51,220). Sum of RGB (Red+Green+Blue) = 187+51+220=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB33DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33DC is #44CC23. Grayscale: #6E6E6E. Windows color (decimal): -4508708 or 14431163. OLE color: 14431163.

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

Color convert

RGB18751220-
CMYK0.150.7700.14
HSL288.28º70.71%53.14%-
HSV(B)288.28º76.82%86.27%-
XYZ34.618.169.38-
YUV110.93189.56182.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 51 (20.31% from 255) = 11.14%
BLUE value IS 220 (86.33% from 255) = 48.03%
R=40.83%
G=11.14%
B=48.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187512200.150.7700.14288.2870.7153.14
HexBB33DCF4D0E1204735
Octal273633341711501644010765
Binary101110111100111101110011111001101011101001000001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB33DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB33DC; }

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

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

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

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

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

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

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

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