#B052C1

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

Shades of Medium Orchid #B052C1

Tints of Medium Orchid #B052C1

Color information

#B052C1 (or 0xB052C1) is unknown color: approx Medium Orchid. HEX triplet: B0, 52 and C1. RGB value is (176,82,193). Sum of RGB (Red+Green+Blue) = 176+82+193=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #B052C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052C1 is #4FAD3E. Grayscale: #7A7A7A. Windows color (decimal): -5221695 or 12669616. OLE color: 12669616.

HSL color Cylindrical-coordinate representation of color #B052C1: hue angle of 290.81º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B052C1 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17682193-
CMYK0.090.5800.24
HSL290.81º47.23%53.92%-
HSV(B)290.81º57.51%75.69%-
XYZ30.5519.1152.53-
YUV122.76167.64165.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 82 (32.42% from 255) = 18.18%
BLUE value IS 193 (75.78% from 255) = 42.79%
R=39.02%
G=18.18%
B=42.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176821930.090.5800.24290.8147.2353.92
HexB052C193A0181232f36
Octal26012230111720304435766
Binary101100001010010110000011001111010011000100100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B052C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B052C1; }

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

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

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

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

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

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

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

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