#B53BD3

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

Shades of Medium Orchid #B53BD3

Tints of Medium Orchid #B53BD3

Color information

#B53BD3 (or 0xB53BD3) is unknown color: approx Medium Orchid. HEX triplet: B5, 3B and D3. RGB value is (181,59,211). Sum of RGB (Red+Green+Blue) = 181+59+211=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #B53BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BD3 is #4AC42C. Grayscale: #707070. Windows color (decimal): -4899885 or 13843381. OLE color: 13843381.

HSL color Cylindrical-coordinate representation of color #B53BD3: hue angle of 288.16º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53BD3 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18159211-
CMYK0.140.7200.17
HSL288.16º63.33%52.94%-
HSV(B)288.16º72.04%82.75%-
XYZ32.3817.6563.33-
YUV112.81183.42176.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 59 (23.44% from 255) = 13.08%
BLUE value IS 211 (82.81% from 255) = 46.78%
R=40.13%
G=13.08%
B=46.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal181592110.140.7200.17288.1663.3352.94
HexB53BD3E480111203f35
Octal26573323161100214407765
Binary101101011110111101001111101001000010001100100000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53BD3; }

 p { color: rgb(181,59,211); }

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

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

 a { background-color: rgb(181,59,211); }

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

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

 span { border-color: rgb(181,59,211); }

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