#B871AE

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

Shades of Violet Blue #B871AE

Tints of Violet Blue #B871AE

Color information

#B871AE (or 0xB871AE) is unknown color: approx Violet Blue. HEX triplet: B8, 71 and AE. RGB value is (184,113,174). Sum of RGB (Red+Green+Blue) = 184+113+174=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B871AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871AE is #478E51. Grayscale: #8D8D8D. Windows color (decimal): -4689490 or 11432376. OLE color: 11432376.

HSL color Cylindrical-coordinate representation of color #B871AE: hue angle of 308.45º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B871AE is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184113174-
CMYK00.390.050.28
HSL308.45º33.33%58.24%-
HSV(B)308.45º38.59%72.16%-
XYZ33.3125.0643.13-
YUV141.18146.52158.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 113 (44.53% from 255) = 23.99%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=39.07%
G=23.99%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411317400.390.050.28308.4533.3358.24
HexB871AE02751C134213a
Octal2701612560475344644172
Binary10111000111000110101110010011110111100100110100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871AE; }

 p { color: rgb(184,113,174); }

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

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

 a { background-color: rgb(184,113,174); }

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

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

 span { border-color: rgb(184,113,174); }

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