#BB53E6

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

Shades of Medium Orchid #BB53E6

Tints of Medium Orchid #BB53E6

Color information

#BB53E6 (or 0xBB53E6) is unknown color: approx Medium Orchid. HEX triplet: BB, 53 and E6. RGB value is (187,83,230). Sum of RGB (Red+Green+Blue) = 187+83+230=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB53E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB53E6 is #44AC19. Grayscale: #828282. Windows color (decimal): -4500506 or 15094715. OLE color: 15094715.

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

Color convert

RGB18783230-
CMYK0.190.6400.10
HSL282.45º74.62%61.37%-
HSV(B)282.45º63.91%90.2%-
XYZ37.8722.4677.2-
YUV130.85183.96168.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 83 (32.81% from 255) = 16.6%
BLUE value IS 230 (90.23% from 255) = 46%
R=37.4%
G=16.6%
B=46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal187832300.190.6400.10282.4574.6261.37
HexBB53E613400A11a4b3d
Octal2731233462310001243211375
Binary10111011101001111100110100111000000010101000110101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB53E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB53E6; }

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

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

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

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

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

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

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

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