#B752A6

Color #B752A6 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B752A6

Tints of Violet Blue #B752A6

Color information

#B752A6 (or 0xB752A6) is unknown color: approx Violet Blue. HEX triplet: B7, 52 and A6. RGB value is (183,82,166). Sum of RGB (Red+Green+Blue) = 183+82+166=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B752A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B752A6 is #48AD59. Grayscale: #797979. Windows color (decimal): -4762970 or 10900151. OLE color: 10900151.

HSL color Cylindrical-coordinate representation of color #B752A6: hue angle of 310.1º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B752A6 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB18382166-
CMYK00.550.090.28
HSL310.1º41.22%51.96%-
HSV(B)310.1º55.19%71.76%-
XYZ29.4318.8638.16-
YUV121.78152.96171.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 82 (32.42% from 255) = 19.03%
BLUE value IS 166 (65.23% from 255) = 38.52%
R=42.46%
G=19.03%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838216600.550.090.28310.141.2251.96
HexB752A603791C1362934
Octal26712224606711344665164
Binary101101111010010101001100110111100111100100110110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B752A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B752A6; }

 p { color: rgb(183,82,166); }

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

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

 a { background-color: rgb(183,82,166); }

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

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

 span { border-color: rgb(183,82,166); }

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