#B074B2

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

Shades of Violet Blue #B074B2

Tints of Violet Blue #B074B2

Color information

#B074B2 (or 0xB074B2) is unknown color: approx Violet Blue. HEX triplet: B0, 74 and B2. RGB value is (176,116,178). Sum of RGB (Red+Green+Blue) = 176+116+178=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 178 - color contains mainly: blue. Hex color #B074B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B074B2 is #4F8B4D. Grayscale: #8C8C8C. Windows color (decimal): -5213006 or 11695280. OLE color: 11695280.

HSL color Cylindrical-coordinate representation of color #B074B2: hue angle of 298.06º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B074B2 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB176116178-
CMYK0.010.3500.30
HSL298.06º28.7%57.65%-
HSV(B)298.06º34.83%69.8%-
XYZ32.1924.9445.24-
YUV141.01148.88152.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 116 (45.70% from 255) = 24.68%
BLUE value IS 178 (69.92% from 255) = 37.87%
R=37.45%
G=24.68%
B=37.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761161780.010.3500.30298.0628.757.65
HexB074B212301E12a1d3a
Octal2601642621430364523572
Binary10110000111010010110010110001101111010010101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B074B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B074B2; }

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

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

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

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

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

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

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

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