#B371B3

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

Shades of Violet Blue #B371B3

Tints of Violet Blue #B371B3

Color information

#B371B3 (or 0xB371B3) is unknown color: approx Violet Blue. HEX triplet: B3, 71 and B3. RGB value is (179,113,179). Sum of RGB (Red+Green+Blue) = 179+113+179=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B371B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371B3 is #4C8E4C. Grayscale: #8C8C8C. Windows color (decimal): -5017165 or 11760051. OLE color: 11760051.

HSL color Cylindrical-coordinate representation of color #B371B3: hue angle of 300º 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 #B371B3 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB179113179-
CMYK00.3700.30
HSL300º30.28%57.25%-
HSV(B)300º36.87%70.2%-
XYZ32.6324.6545.69-
YUV140.26149.87155.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 113 (44.53% from 255) = 23.99%
BLUE value IS 179 (70.31% from 255) = 38.00%
R=38.00%
G=23.99%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911317900.3700.3030030.2857.25
HexB371B302501E12c1e39
Octal2631612630450364543671
Binary10110011111000110110011010010101111010010110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B371B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B371B3; }

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

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

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

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

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

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

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

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