#b53fd0

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

Shades of Medium Orchid #B53FD0

Tints of Medium Orchid #B53FD0

Color information

#B53FD0 (or 0xB53FD0) is unknown color: approx Medium Orchid. HEX triplet: B5, 3F and D0. RGB value is (181,63,208). Sum of RGB (Red+Green+Blue) = 181+63+208=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #B53FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FD0 is #4AC02F. Grayscale: #727272. Windows color (decimal): -4898864 or 13647797. OLE color: 13647797.

HSL color Cylindrical-coordinate representation of color #B53FD0: hue angle of 288.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53FD0 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18163208-
CMYK0.130.7000.18
HSL288.83º60.67%53.14%-
HSV(B)288.83º69.71%81.57%-
XYZ32.2217.9361.44-
YUV114.81180.59175.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 63 (25% from 255) = 13.94%
BLUE value IS 208 (81.64% from 255) = 46.02%
R=40.04%
G=13.94%
B=46.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181632080.130.7000.18288.8360.6753.14
HexB53FD0D460121213d35
Octal26577320151060224417565
Binary101101011111111101000011011000110010010100100001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b53fd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b53fd0; }

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

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

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

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

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

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

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

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