#BB3BDD

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

Shades of Medium Orchid #BB3BDD

Tints of Medium Orchid #BB3BDD

Color information

#BB3BDD (or 0xBB3BDD) is unknown color: approx Medium Orchid. HEX triplet: BB, 3B and DD. RGB value is (187,59,221). Sum of RGB (Red+Green+Blue) = 187+59+221=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB3BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3BDD is #44C422. Grayscale: #737373. Windows color (decimal): -4506659 or 14498747. OLE color: 14498747.

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

Color convert

RGB18759221-
CMYK0.150.7300.13
HSL287.41º70.43%54.9%-
HSV(B)287.41º73.3%86.67%-
XYZ35.1118.9170.21-
YUV115.74187.41178.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 59 (23.44% from 255) = 12.63%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=40.04%
G=12.63%
B=47.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187592210.150.7300.13287.4170.4354.9
HexBB3BDDF490D11f4637
Octal273733351711101543710667
Binary101110111110111101110111111001001011011000111111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3BDD; }

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

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

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

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

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

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

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

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