#B471AF

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

Shades of Violet Blue #B471AF

Tints of Violet Blue #B471AF

Color information

#B471AF (or 0xB471AF) is unknown color: approx Violet Blue. HEX triplet: B4, 71 and AF. RGB value is (180,113,175). Sum of RGB (Red+Green+Blue) = 180+113+175=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B471AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B471AF is #4B8E50. Grayscale: #8B8B8B. Windows color (decimal): -4951633 or 11497908. OLE color: 11497908.

HSL color Cylindrical-coordinate representation of color #B471AF: hue angle of 304.48º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B471AF is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180113175-
CMYK00.370.030.29
HSL304.48º30.88%57.45%-
HSV(B)304.48º37.22%70.59%-
XYZ32.4724.6143.6-
YUV140.1147.7156.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=38.46%
G=24.15%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011317500.370.030.29304.4830.8857.45
HexB471AF02531D1301f39
Octal2641612570453354603771
Binary101101001110001101011110100101111110110011000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B471AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B471AF; }

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

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

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

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

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

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

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

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