#B371B0

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

Shades of Violet Blue #B371B0

Tints of Violet Blue #B371B0

Color information

#B371B0 (or 0xB371B0) is unknown color: approx Violet Blue. HEX triplet: B3, 71 and B0. RGB value is (179,113,176). Sum of RGB (Red+Green+Blue) = 179+113+176=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B371B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B371B0 is #4C8E4F. Grayscale: #8B8B8B. Windows color (decimal): -5017168 or 11563443. OLE color: 11563443.

HSL color Cylindrical-coordinate representation of color #B371B0: hue angle of 302.73º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B371B0 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB179113176-
CMYK00.370.020.30
HSL302.73º30.28%57.25%-
HSV(B)302.73º36.87%70.2%-
XYZ32.3324.5344.1-
YUV139.92148.37155.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.25%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 176 (69.14% from 255) = 37.61%
R=38.25%
G=24.15%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911317600.370.020.30302.7330.2857.25
HexB371B002521E12f1e39
Octal2631612600452364573671
Binary101100111110001101100000100101101111010010111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B371B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B371B0; }

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

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

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

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

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

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

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

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