#BB36E2

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

Shades of Medium Orchid #BB36E2

Tints of Medium Orchid #BB36E2

Color information

#BB36E2 (or 0xBB36E2) is unknown color: approx Medium Orchid. HEX triplet: BB, 36 and E2. RGB value is (187,54,226). Sum of RGB (Red+Green+Blue) = 187+54+226=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB36E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36E2 is #44C91D. Grayscale: #707070. Windows color (decimal): -4507934 or 14825147. OLE color: 14825147.

HSL color Cylindrical-coordinate representation of color #BB36E2: hue angle of 286.4º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB36E2 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18754226-
CMYK0.170.7600.11
HSL286.4º74.78%54.9%-
HSV(B)286.4º76.11%88.63%-
XYZ35.5418.6973.69-
YUV113.37191.56180.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 54 (21.48% from 255) = 11.56%
BLUE value IS 226 (88.67% from 255) = 48.39%
R=40.04%
G=11.56%
B=48.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal187542260.170.7600.11286.474.7854.9
HexBB36E2114C0B11e4b37
Octal273663422111401343611367
Binary1011101111011011100010100011001100010111000111101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB36E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB36E2; }

 p { color: rgb(187,54,226); }

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

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

 a { background-color: rgb(187,54,226); }

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

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

 span { border-color: rgb(187,54,226); }

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