#BB51E5

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

Shades of Medium Orchid #BB51E5

Tints of Medium Orchid #BB51E5

Color information

#BB51E5 (or 0xBB51E5) is unknown color: approx Medium Orchid. HEX triplet: BB, 51 and E5. RGB value is (187,81,229). Sum of RGB (Red+Green+Blue) = 187+81+229=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB51E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB51E5 is #44AE1A. Grayscale: #818181. Windows color (decimal): -4501019 or 15028667. OLE color: 15028667.

HSL color Cylindrical-coordinate representation of color #BB51E5: hue angle of 282.97º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB51E5 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18781229-
CMYK0.180.6500.10
HSL282.97º74%60.78%-
HSV(B)282.97º64.63%89.8%-
XYZ37.5822.1176.42-
YUV129.57184.12168.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 81 (32.03% from 255) = 16.30%
BLUE value IS 229 (89.84% from 255) = 46.08%
R=37.63%
G=16.30%
B=46.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal187812290.180.6500.10282.977460.78
HexBB51E512410A11b4a3d
Octal2731213452210101243311275
Binary10111011101000111100101100101000001010101000110111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB51E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB51E5; }

 p { color: rgb(187,81,229); }

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

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

 a { background-color: rgb(187,81,229); }

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

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

 span { border-color: rgb(187,81,229); }

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