#B53DCA

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

Shades of Medium Orchid #B53DCA

Tints of Medium Orchid #B53DCA

Color information

#B53DCA (or 0xB53DCA) is unknown color: approx Medium Orchid. HEX triplet: B5, 3D and CA. RGB value is (181,61,202). Sum of RGB (Red+Green+Blue) = 181+61+202=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #B53DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53DCA is #4AC235. Grayscale: #707070. Windows color (decimal): -4899382 or 13254069. OLE color: 13254069.

HSL color Cylindrical-coordinate representation of color #B53DCA: hue angle of 291.06º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53DCA is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18161202-
CMYK0.100.7000.21
HSL291.06º57.09%51.57%-
HSV(B)291.06º69.8%79.22%-
XYZ31.3917.4357.59-
YUV112.95178.26176.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 61 (24.22% from 255) = 13.74%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=40.77%
G=13.74%
B=45.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181612020.100.7000.21291.0657.0951.57
HexB53DCAA460151233934
Octal26575312121060254437164
Binary101101011111011100101010101000110010101100100011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53DCA; }

 p { color: rgb(181,61,202); }

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

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

 a { background-color: rgb(181,61,202); }

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

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

 span { border-color: rgb(181,61,202); }

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