#B871AF

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

Shades of Violet Blue #B871AF

Tints of Violet Blue #B871AF

Color information

#B871AF (or 0xB871AF) is unknown color: approx Violet Blue. HEX triplet: B8, 71 and AF. RGB value is (184,113,175). Sum of RGB (Red+Green+Blue) = 184+113+175=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B871AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871AF is #478E50. Grayscale: #8D8D8D. Windows color (decimal): -4689489 or 11497912. OLE color: 11497912.

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

Color convert

RGB184113175-
CMYK00.390.050.28
HSL307.61º33.33%58.24%-
HSV(B)307.61º38.59%72.16%-
XYZ33.4125.143.64-
YUV141.3147.02158.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 113 (44.53% from 255) = 23.94%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=38.98%
G=23.94%
B=37.08%

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
Decimal18411317500.390.050.28307.6133.3358.24
HexB871AF02751C134213a
Octal2701612570475344644172
Binary10111000111000110101111010011110111100100110100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871AF; }

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

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

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

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

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

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

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

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