#B074AD

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

Shades of Violet Blue #B074AD

Tints of Violet Blue #B074AD

Color information

#B074AD (or 0xB074AD) is unknown color: approx Violet Blue. HEX triplet: B0, 74 and AD. RGB value is (176,116,173). Sum of RGB (Red+Green+Blue) = 176+116+173=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B074AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B074AD is #4F8B52. Grayscale: #8C8C8C. Windows color (decimal): -5213011 or 11367600. OLE color: 11367600.

HSL color Cylindrical-coordinate representation of color #B074AD: hue angle of 303º 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 #B074AD is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB176116173-
CMYK00.340.020.31
HSL303º27.52%57.25%-
HSV(B)303º34.09%69.02%-
XYZ31.6924.7442.64-
YUV140.44146.38153.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=37.85%
G=24.95%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611617300.340.020.3130327.5257.25
HexB074AD02221F12f1c39
Octal2601642550422374573471
Binary101100001110100101011010100010101111110010111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B074AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B074AD; }

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

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

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

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

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

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

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

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