Html Css Color HEX #B372AD Violet Blue

📋 copy color: '#B372AD'

red 179 ◦ green 114 ◦ blue 173

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

Shades of Violet Blue #B372AD

Tints of Violet Blue #B372AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.12%

R = 38.41%
G = 24.46%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B372AD (or 0xB372AD) is known color: Violet Blue. HEX triplet: B3, 72 and AD. RGB value is (179,114,173). Sum of RGB (Red+Green+Blue) = 179+114+173=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B372AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B372AD is #4C8D52. Grayscale: #8B8B8B. Windows color (decimal): -5016915 or 11367091. OLE color: 11367091.

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

Color convert

RGB 179 114 173 -
CMYK 0 0.36 0.03 0.30
HSL 305.54º 0.3% 0.57% -
HSV(B) 305.54º 0.36% 0.7% -
XYZ 32.15 24.64 42.6 -
YUV 140.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 179 114 173 0 0.36 0.03 0.30 305.54 0.3 0.57
Hex B3 72 AD 0 24 3 1E 132 1E 39
Octal 263 162 255 0 44 3 36 462 36 71
Binary 10110011 1110010 10101101 0 100100 11 11110 100110010 11110 111001

Color Harmonies of #B372AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372AD

Black with #B372AD

Text Example


Text Example

White with #B372AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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