#BB3DDC

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

Shades of Medium Orchid #BB3DDC

Tints of Medium Orchid #BB3DDC

Color information

#BB3DDC (or 0xBB3DDC) is unknown color: approx Medium Orchid. HEX triplet: BB, 3D and DC. RGB value is (187,61,220). Sum of RGB (Red+Green+Blue) = 187+61+220=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB3DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3DDC is #44C223. Grayscale: #747474. Windows color (decimal): -4506148 or 14433723. OLE color: 14433723.

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

Color convert

RGB18761220-
CMYK0.150.7200.14
HSL287.55º69.43%55.1%-
HSV(B)287.55º72.27%86.27%-
XYZ35.0819.0769.54-
YUV116.8186.24178.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 61 (24.22% from 255) = 13.03%
BLUE value IS 220 (86.33% from 255) = 47.01%
R=39.96%
G=13.03%
B=47.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187612200.150.7200.14287.5569.4355.1
HexBB3DDCF480E1204537
Octal273753341711001644010567
Binary101110111111011101110011111001000011101001000001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3DDC; }

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

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

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

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

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

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

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

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