#BB33E4

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

Shades of Medium Orchid #BB33E4

Tints of Medium Orchid #BB33E4

Color information

#BB33E4 (or 0xBB33E4) is unknown color: approx Medium Orchid. HEX triplet: BB, 33 and E4. RGB value is (187,51,228). Sum of RGB (Red+Green+Blue) = 187+51+228=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB33E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33E4 is #44CC1B. Grayscale: #6F6F6F. Windows color (decimal): -4508700 or 14955451. OLE color: 14955451.

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

Color convert

RGB18751228-
CMYK0.180.7800.11
HSL286.1º76.62%54.71%-
HSV(B)286.1º77.63%89.41%-
XYZ35.6818.5375.1-
YUV111.84193.56181.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 51 (20.31% from 255) = 10.94%
BLUE value IS 228 (89.45% from 255) = 48.93%
R=40.13%
G=10.94%
B=48.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal187512280.180.7800.11286.176.6254.71
HexBB33E4124E0B11e4d37
Octal273633442211601343611567
Binary1011101111001111100100100101001110010111000111101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB33E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB33E4; }

 p { color: rgb(187,51,228); }

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

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

 a { background-color: rgb(187,51,228); }

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

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

 span { border-color: rgb(187,51,228); }

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