#B53FCD

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

Shades of Medium Orchid #B53FCD

Tints of Medium Orchid #B53FCD

Color information

#B53FCD (or 0xB53FCD) is unknown color: approx Medium Orchid. HEX triplet: B5, 3F and CD. RGB value is (181,63,205). Sum of RGB (Red+Green+Blue) = 181+63+205=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #B53FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FCD is #4AC032. Grayscale: #727272. Windows color (decimal): -4898867 or 13451189. OLE color: 13451189.

HSL color Cylindrical-coordinate representation of color #B53FCD: hue angle of 289.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53FCD is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18163205-
CMYK0.120.6900.20
HSL289.86º58.68%52.55%-
HSV(B)289.86º69.27%80.39%-
XYZ31.8517.7959.51-
YUV114.47179.09175.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 63 (25% from 255) = 14.03%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=40.31%
G=14.03%
B=45.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181632050.120.6900.20289.8658.6852.55
HexB53FCDC450141223b35
Octal26577315141050244427365
Binary101101011111111100110111001000101010100100100010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53FCD; }

 p { color: rgb(181,63,205); }

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

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

 a { background-color: rgb(181,63,205); }

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

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

 span { border-color: rgb(181,63,205); }

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