#B052C5

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

Shades of Medium Orchid #B052C5

Tints of Medium Orchid #B052C5

Color information

#B052C5 (or 0xB052C5) is unknown color: approx Medium Orchid. HEX triplet: B0, 52 and C5. RGB value is (176,82,197). Sum of RGB (Red+Green+Blue) = 176+82+197=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 197 - color contains mainly: blue. Hex color #B052C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052C5 is #4FAD3A. Grayscale: #7A7A7A. Windows color (decimal): -5221691 or 12931760. OLE color: 12931760.

HSL color Cylindrical-coordinate representation of color #B052C5: hue angle of 289.04º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B052C5 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17682197-
CMYK0.110.5800.23
HSL289.04º49.78%54.71%-
HSV(B)289.04º58.38%77.25%-
XYZ3119.354.91-
YUV123.22169.64165.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 82 (32.42% from 255) = 18.02%
BLUE value IS 197 (77.34% from 255) = 43.30%
R=38.68%
G=18.02%
B=43.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176821970.110.5800.23289.0449.7854.71
HexB052C5B3A0171213237
Octal26012230513720274416267
Binary101100001010010110001011011111010010111100100001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B052C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B052C5; }

 p { color: rgb(176,82,197); }

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

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

 a { background-color: rgb(176,82,197); }

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

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

 span { border-color: rgb(176,82,197); }

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