#BB51EE

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

Shades of Medium Orchid #BB51EE

Tints of Medium Orchid #BB51EE

Color information

#BB51EE (or 0xBB51EE) is unknown color: approx Medium Orchid. HEX triplet: BB, 51 and EE. RGB value is (187,81,238). Sum of RGB (Red+Green+Blue) = 187+81+238=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB51EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB51EE is #44AE11. Grayscale: #828282. Windows color (decimal): -4501010 or 15618491. OLE color: 15618491.

HSL color Cylindrical-coordinate representation of color #BB51EE: hue angle of 280.51º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB51EE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18781238-
CMYK0.210.6600.07
HSL280.51º82.2%62.55%-
HSV(B)280.51º65.97%93.33%-
XYZ38.8722.6283.21-
YUV130.59188.62168.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 81 (32.03% from 255) = 16.01%
BLUE value IS 238 (93.36% from 255) = 47.04%
R=36.96%
G=16.01%
B=47.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187812380.210.6600.07280.5182.262.55
HexBB51EE154207119523f
Octal273121356251020743112277
Binary1011101110100011110111010101100001001111000110011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB51EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB51EE; }

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

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

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

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

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

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

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

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