#B470AF

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

Shades of Violet Blue #B470AF

Tints of Violet Blue #B470AF

Color information

#B470AF (or 0xB470AF) is unknown color: approx Violet Blue. HEX triplet: B4, 70 and AF. RGB value is (180,112,175). Sum of RGB (Red+Green+Blue) = 180+112+175=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B470AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B470AF is #4B8F50. Grayscale: #8B8B8B. Windows color (decimal): -4951889 or 11497652. OLE color: 11497652.

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

Color convert

RGB180112175-
CMYK00.380.030.29
HSL304.41º31.19%57.25%-
HSV(B)304.41º37.78%70.59%-
XYZ32.3524.3943.56-
YUV139.51148.03156.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=38.54%
G=23.98%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011217500.380.030.29304.4131.1957.25
HexB470AF02631D1301f39
Octal2641602570463354603771
Binary101101001110000101011110100110111110110011000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B470AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B470AF; }

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

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

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

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

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

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

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

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