#BB35DD

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

Shades of Medium Orchid #BB35DD

Tints of Medium Orchid #BB35DD

Color information

#BB35DD (or 0xBB35DD) is unknown color: approx Medium Orchid. HEX triplet: BB, 35 and DD. RGB value is (187,53,221). Sum of RGB (Red+Green+Blue) = 187+53+221=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB35DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB35DD is #44CA22. Grayscale: #6F6F6F. Windows color (decimal): -4508195 or 14497211. OLE color: 14497211.

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

Color convert

RGB18753221-
CMYK0.150.7600.13
HSL287.86º71.19%53.73%-
HSV(B)287.86º76.02%86.67%-
XYZ34.8218.3370.11-
YUV112.22189.39181.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 53 (21.09% from 255) = 11.50%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=40.56%
G=11.50%
B=47.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187532210.150.7600.13287.8671.1953.73
HexBB35DDF4C0D1204736
Octal273653351711401544010766
Binary101110111101011101110111111001100011011001000001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB35DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB35DD; }

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

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

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

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

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

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

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

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