#B53FC7

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

Shades of Medium Orchid #B53FC7

Tints of Medium Orchid #B53FC7

Color information

#B53FC7 (or 0xB53FC7) is unknown color: approx Medium Orchid. HEX triplet: B5, 3F and C7. RGB value is (181,63,199). Sum of RGB (Red+Green+Blue) = 181+63+199=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 199 - color contains mainly: blue. Hex color #B53FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FC7 is #4AC038. Grayscale: #717171. Windows color (decimal): -4898873 or 13057973. OLE color: 13057973.

HSL color Cylindrical-coordinate representation of color #B53FC7: hue angle of 292.06º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B53FC7 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18163199-
CMYK0.090.6800.22
HSL292.06º54.84%51.37%-
HSV(B)292.06º68.34%78.04%-
XYZ31.1417.555.77-
YUV113.79176.09175.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 63 (25% from 255) = 14.22%
BLUE value IS 199 (78.12% from 255) = 44.92%
R=40.86%
G=14.22%
B=44.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181631990.090.6800.22292.0654.8451.37
HexB53FC79440161243733
Octal26577307111040264446763
Binary101101011111111100011110011000100010110100100100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53FC7; }

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

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

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

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

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

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

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

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