Html Css Color HEX #B372AB Violet Blue

📋 copy color: '#B372AB'

red 179 ◦ green 114 ◦ blue 171

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

Shades of Violet Blue #B372AB

Tints of Violet Blue #B372AB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.57%

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 38.58%
G = 24.57%
B = 36.85%

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

#B372AB (or 0xB372AB) is known color: Violet Blue. HEX triplet: B3, 72 and AB. RGB value is (179,114,171). Sum of RGB (Red+Green+Blue) = 179+114+171=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B372AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B372AB is #4C8D54. Grayscale: #8B8B8B. Windows color (decimal): -5016917 or 11236019. OLE color: 11236019.

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

Color convert

RGB 179 114 171 -
CMYK 0 0.36 0.04 0.30
HSL 307.38º 0.3% 0.57% -
HSV(B) 307.38º 0.36% 0.7% -
XYZ 31.96 24.56 41.58 -
YUV 139.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 179 114 171 0 0.36 0.04 0.30 307.38 0.3 0.57
Hex B3 72 AB 0 24 4 1E 133 1E 39
Octal 263 162 253 0 44 4 36 463 36 71
Binary 10110011 1110010 10101011 0 100100 100 11110 100110011 11110 111001

Color Harmonies of #B372AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372AB

Black with #B372AB

Text Example


Text Example

White with #B372AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372AB; }

 p { color: rgb(179,114,171); }

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

background-color css

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

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

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

border-color css

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

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

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