#BB53EB

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

Shades of Medium Orchid #BB53EB

Tints of Medium Orchid #BB53EB

Color information

#BB53EB (or 0xBB53EB) is unknown color: approx Medium Orchid. HEX triplet: BB, 53 and EB. RGB value is (187,83,235). Sum of RGB (Red+Green+Blue) = 187+83+235=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB53EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB53EB is #44AC14. Grayscale: #828282. Windows color (decimal): -4500501 or 15422395. OLE color: 15422395.

HSL color Cylindrical-coordinate representation of color #BB53EB: hue angle of 281.05º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB53EB is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18783235-
CMYK0.200.6500.08
HSL281.05º79.17%62.35%-
HSV(B)281.05º64.68%92.16%-
XYZ38.5822.7580.95-
YUV131.42186.46167.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 83 (32.81% from 255) = 16.44%
BLUE value IS 235 (92.19% from 255) = 46.53%
R=37.03%
G=16.44%
B=46.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal187832350.200.6500.08281.0579.1762.35
HexBB53EB1441081194f3e
Octal2731233532410101043111776
Binary10111011101001111101011101001000001010001000110011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB53EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB53EB; }

 p { color: rgb(187,83,235); }

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

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

 a { background-color: rgb(187,83,235); }

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

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

 span { border-color: rgb(187,83,235); }

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