#B752A4

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

Shades of Violet Blue #B752A4

Tints of Violet Blue #B752A4

Color information

#B752A4 (or 0xB752A4) is unknown color: approx Violet Blue. HEX triplet: B7, 52 and A4. RGB value is (183,82,164). Sum of RGB (Red+Green+Blue) = 183+82+164=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B752A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B752A4 is #48AD5B. Grayscale: #797979. Windows color (decimal): -4762972 or 10769079. OLE color: 10769079.

HSL color Cylindrical-coordinate representation of color #B752A4: hue angle of 311.29º 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 #B752A4 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB18382164-
CMYK00.550.100.28
HSL311.29º41.22%51.96%-
HSV(B)311.29º55.19%71.76%-
XYZ29.2518.7837.21-
YUV121.55151.96171.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 164 (64.45% from 255) = 38.23%
R=42.66%
G=19.11%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838216400.550.100.28311.2941.2251.96
HexB752A4037A1C1372934
Octal26712224406712344675164
Binary101101111010010101001000110111101011100100110111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B752A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B752A4; }

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

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

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

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

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

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

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

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