#B073B4

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

Shades of Violet Blue #B073B4

Tints of Violet Blue #B073B4

Color information

#B073B4 (or 0xB073B4) is unknown color: approx Violet Blue. HEX triplet: B0, 73 and B4. RGB value is (176,115,180). Sum of RGB (Red+Green+Blue) = 176+115+180=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #B073B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B073B4 is #4F8C4B. Grayscale: #8C8C8C. Windows color (decimal): -5213260 or 11826096. OLE color: 11826096.

HSL color Cylindrical-coordinate representation of color #B073B4: hue angle of 296.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B073B4 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176115180-
CMYK0.020.3600.29
HSL296.31º30.23%57.84%-
HSV(B)296.31º36.11%70.59%-
XYZ32.2724.7946.26-
YUV140.65150.21153.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 115 (45.31% from 255) = 24.42%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=37.37%
G=24.42%
B=38.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761151800.020.3600.29296.3130.2357.84
HexB073B422401D1281e3a
Octal2601632642440354503672
Binary101100001110011101101001010010001110110010100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B073B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B073B4; }

 p { color: rgb(176,115,180); }

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

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

 a { background-color: rgb(176,115,180); }

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

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

 span { border-color: rgb(176,115,180); }

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