#B53BCF

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

Shades of Medium Orchid #B53BCF

Tints of Medium Orchid #B53BCF

Color information

#B53BCF (or 0xB53BCF) is unknown color: approx Medium Orchid. HEX triplet: B5, 3B and CF. RGB value is (181,59,207). Sum of RGB (Red+Green+Blue) = 181+59+207=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #B53BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BCF is #4AC430. Grayscale: #6F6F6F. Windows color (decimal): -4899889 or 13581237. OLE color: 13581237.

HSL color Cylindrical-coordinate representation of color #B53BCF: hue angle of 289.46º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53BCF is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18159207-
CMYK0.130.7100.19
HSL289.46º60.66%52.16%-
HSV(B)289.46º71.5%81.18%-
XYZ31.8817.4660.72-
YUV112.35181.42176.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 59 (23.44% from 255) = 13.20%
BLUE value IS 207 (81.25% from 255) = 46.31%
R=40.49%
G=13.20%
B=46.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181592070.130.7100.19289.4660.6652.16
HexB53BCFD470131213d34
Octal26573317151070234417564
Binary101101011110111100111111011000111010011100100001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53BCF; }

 p { color: rgb(181,59,207); }

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

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

 a { background-color: rgb(181,59,207); }

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

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

 span { border-color: rgb(181,59,207); }

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