#B970AE

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

Shades of Violet Blue #B970AE

Tints of Violet Blue #B970AE

Color information

#B970AE (or 0xB970AE) is unknown color: approx Violet Blue. HEX triplet: B9, 70 and AE. RGB value is (185,112,174). Sum of RGB (Red+Green+Blue) = 185+112+174=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B970AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B970AE is #468F51. Grayscale: #8C8C8C. Windows color (decimal): -4624210 or 11432121. OLE color: 11432121.

HSL color Cylindrical-coordinate representation of color #B970AE: hue angle of 309.04º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B970AE is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185112174-
CMYK00.390.060.27
HSL309.04º34.27%58.24%-
HSV(B)309.04º39.46%72.55%-
XYZ33.4424.9643.1-
YUV140.9146.68159.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 112 (44.14% from 255) = 23.78%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=39.28%
G=23.78%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511217400.390.060.27309.0434.2758.24
HexB970AE02761B135223a
Octal2711602560476334654272
Binary10111001111000010101110010011111011011100110101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B970AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B970AE; }

 p { color: rgb(185,112,174); }

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

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

 a { background-color: rgb(185,112,174); }

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

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

 span { border-color: rgb(185,112,174); }

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