Html Css Color HEX #B373AC Violet Blue

📋 copy color: '#B373AC'

red 179 ◦ green 115 ◦ blue 172

#B373AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #B373AC

Tints of Violet Blue #B373AC

RGB

 RED value IS 179 (70.31% from 255) = 38.41%

 GREEN value IS 115 (45.31% from 255) = 24.68%

 BLUE value IS 172 (67.58% from 255) = 36.91%

R = 38.41%
G = 24.68%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B373AC (or 0xB373AC) is known color: Violet Blue. HEX triplet: B3, 73 and AC. RGB value is (179,115,172). Sum of RGB (Red+Green+Blue) = 179+115+172=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B373AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B373AC is #4C8C53. Grayscale: #8C8C8C. Windows color (decimal): -5016660 or 11301811. OLE color: 11301811.

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

Color convert

RGB 179 115 172 -
CMYK 0 0.36 0.04 0.30
HSL 306.56º 0.3% 0.58% -
HSV(B) 306.56º 0.36% 0.7% -
XYZ 32.17 24.82 42.13 -
YUV 140.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 179 115 172 0 0.36 0.04 0.30 306.56 0.3 0.58
Hex B3 73 AC 0 24 4 1E 133 1E 3A
Octal 263 163 254 0 44 4 36 463 36 72
Binary 10110011 1110011 10101100 0 100100 100 11110 100110011 11110 111010

Color Harmonies of #B373AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373AC

Black with #B373AC

Text Example


Text Example

White with #B373AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373AC; }

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

 H1.HeaderClassName
 {
   color: #B373AC;
 }
 .AnyTagClassName
 {
   color: #B373AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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