#B53CD8

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

Shades of Medium Orchid #B53CD8

Tints of Medium Orchid #B53CD8

Color information

#B53CD8 (or 0xB53CD8) is unknown color: approx Medium Orchid. HEX triplet: B5, 3C and D8. RGB value is (181,60,216). Sum of RGB (Red+Green+Blue) = 181+60+216=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #B53CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CD8 is #4AC327. Grayscale: #717171. Windows color (decimal): -4899624 or 14171317. OLE color: 14171317.

HSL color Cylindrical-coordinate representation of color #B53CD8: hue angle of 286.54º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53CD8 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18160216-
CMYK0.160.7200.15
HSL286.54º66.67%54.12%-
HSV(B)286.54º72.22%84.71%-
XYZ33.0718.0166.7-
YUV113.96185.59175.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 60 (23.83% from 255) = 13.13%
BLUE value IS 216 (84.77% from 255) = 47.26%
R=39.61%
G=13.13%
B=47.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181602160.160.7200.15286.5466.6754.12
HexB53CD810480F11f4336
Octal265743302011001743710366
Binary1011010111110011011000100001001000011111000111111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53CD8; }

 p { color: rgb(181,60,216); }

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

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

 a { background-color: rgb(181,60,216); }

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

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

 span { border-color: rgb(181,60,216); }

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