#bb4ddc

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

Shades of Medium Orchid #BB4DDC

Tints of Medium Orchid #BB4DDC

Color information

#BB4DDC (or 0xBB4DDC) is unknown color: approx Medium Orchid. HEX triplet: BB, 4D and DC. RGB value is (187,77,220). Sum of RGB (Red+Green+Blue) = 187+77+220=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DDC is #44B223. Grayscale: #7D7D7D. Windows color (decimal): -4502052 or 14437819. OLE color: 14437819.

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

Color convert

RGB18777220-
CMYK0.150.6500.14
HSL286.15º67.14%58.24%-
HSV(B)286.15º65%86.27%-
XYZ36.0721.0469.87-
YUV126.19180.94171.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 77 (30.47% from 255) = 15.91%
BLUE value IS 220 (86.33% from 255) = 45.45%
R=38.64%
G=15.91%
B=45.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187772200.150.6500.14286.1567.1458.24
HexBB4DDCF410E11e433a
Octal2731153341710101643610372
Binary1011101110011011101110011111000001011101000111101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb4ddc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb4ddc; }

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

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

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

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

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

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

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

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