#B074AF

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

Shades of Violet Blue #B074AF

Tints of Violet Blue #B074AF

Color information

#B074AF (or 0xB074AF) is unknown color: approx Violet Blue. HEX triplet: B0, 74 and AF. RGB value is (176,116,175). Sum of RGB (Red+Green+Blue) = 176+116+175=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B074AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B074AF is #4F8B50. Grayscale: #8C8C8C. Windows color (decimal): -5213009 or 11498672. OLE color: 11498672.

HSL color Cylindrical-coordinate representation of color #B074AF: hue angle of 301º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B074AF is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176116175-
CMYK00.340.010.31
HSL301º27.52%57.25%-
HSV(B)301º34.09%69.02%-
XYZ31.8924.8243.67-
YUV140.67147.38153.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=37.69%
G=24.84%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611617500.340.010.3130127.5257.25
HexB074AF02211F12d1c39
Octal2601642570421374553471
Binary10110000111010010101111010001011111110010110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B074AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B074AF; }

 p { color: rgb(176,116,175); }

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

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

 a { background-color: rgb(176,116,175); }

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

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

 span { border-color: rgb(176,116,175); }

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