#B371B4

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

Shades of Violet Blue #B371B4

Tints of Violet Blue #B371B4

Color information

#B371B4 (or 0xB371B4) is unknown color: approx Violet Blue. HEX triplet: B3, 71 and B4. RGB value is (179,113,180). Sum of RGB (Red+Green+Blue) = 179+113+180=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 180 - color contains mainly: blue. Hex color #B371B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371B4 is #4C8E4B. Grayscale: #8C8C8C. Windows color (decimal): -5017164 or 11825587. OLE color: 11825587.

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

Color convert

RGB179113180-
CMYK0.010.3700.29
HSL299.1º30.88%57.45%-
HSV(B)299.1º37.22%70.59%-
XYZ32.7324.6946.22-
YUV140.37150.37155.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 113 (44.53% from 255) = 23.94%
BLUE value IS 180 (70.70% from 255) = 38.14%
R=37.92%
G=23.94%
B=38.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791131800.010.3700.29299.130.8857.45
HexB371B412501D12b1f39
Octal2631612641450354533771
Binary10110011111000110110100110010101110110010101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B371B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B371B4; }

 p { color: rgb(179,113,180); }

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

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

 a { background-color: rgb(179,113,180); }

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

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

 span { border-color: rgb(179,113,180); }

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