#BB53E1

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

Shades of Medium Orchid #BB53E1

Tints of Medium Orchid #BB53E1

Color information

#BB53E1 (or 0xBB53E1) is unknown color: approx Medium Orchid. HEX triplet: BB, 53 and E1. RGB value is (187,83,225). Sum of RGB (Red+Green+Blue) = 187+83+225=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB53E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB53E1 is #44AC1E. Grayscale: #818181. Windows color (decimal): -4500511 or 14767035. OLE color: 14767035.

HSL color Cylindrical-coordinate representation of color #BB53E1: hue angle of 283.94º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB53E1 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18783225-
CMYK0.170.6300.12
HSL283.94º70.3%60.39%-
HSV(B)283.94º63.11%88.24%-
XYZ37.1822.1973.56-
YUV130.28181.46168.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 83 (32.81% from 255) = 16.77%
BLUE value IS 225 (88.28% from 255) = 45.45%
R=37.78%
G=16.77%
B=45.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal187832250.170.6300.12283.9470.360.39
HexBB53E1113F0C11c463c
Octal273123341217701443410674
Binary1011101110100111110000110001111111011001000111001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB53E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB53E1; }

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

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

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

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

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

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

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

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