Html Css Color HEX #B370AC Violet Blue

📋 copy color: '#B370AC'

red 179 ◦ green 112 ◦ blue 172

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

Shades of Violet Blue #B370AC

Tints of Violet Blue #B370AC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.19%

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

R = 38.66%
G = 24.19%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B370AC (or 0xB370AC) is known color: Violet Blue. HEX triplet: B3, 70 and AC. RGB value is (179,112,172). Sum of RGB (Red+Green+Blue) = 179+112+172=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B370AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B370AC is #4C8F53. Grayscale: #8A8A8A. Windows color (decimal): -5017428 or 11301043. OLE color: 11301043.

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

Color convert

RGB 179 112 172 -
CMYK 0 0.37 0.04 0.30
HSL 306.27º 0.31% 0.57% -
HSV(B) 306.27º 0.37% 0.7% -
XYZ 31.83 24.15 42.01 -
YUV 138.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 179 112 172 0 0.37 0.04 0.30 306.27 0.31 0.57
Hex B3 70 AC 0 25 4 1E 132 1F 39
Octal 263 160 254 0 45 4 36 462 37 71
Binary 10110011 1110000 10101100 0 100101 100 11110 100110010 11111 111001

Color Harmonies of #B370AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370AC

Black with #B370AC

Text Example


Text Example

White with #B370AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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