#B373B3

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

Shades of Violet Blue #B373B3

Tints of Violet Blue #B373B3

Color information

#B373B3 (or 0xB373B3) is unknown color: approx Violet Blue. HEX triplet: B3, 73 and B3. RGB value is (179,115,179). Sum of RGB (Red+Green+Blue) = 179+115+179=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B373B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373B3 is #4C8C4C. Grayscale: #8D8D8D. Windows color (decimal): -5016653 or 11760563. OLE color: 11760563.

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

Color convert

RGB179115179-
CMYK00.3600.30
HSL300º29.63%57.65%-
HSV(B)300º35.75%70.2%-
XYZ32.8625.145.76-
YUV141.43149.2154.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 115 (45.31% from 255) = 24.31%
BLUE value IS 179 (70.31% from 255) = 37.84%
R=37.84%
G=24.31%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911517900.3600.3030029.6357.65
HexB373B302401E12c1e3a
Octal2631632630440364543672
Binary10110011111001110110011010010001111010010110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B373B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B373B3; }

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

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

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

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

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

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

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

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