Html Css Color HEX #B372AF Violet Blue

📋 copy color: '#B372AF'

red 179 ◦ green 114 ◦ blue 175

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

Shades of Violet Blue #B372AF

Tints of Violet Blue #B372AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.39%

R = 38.25%
G = 24.36%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B372AF (or 0xB372AF) is known color: Violet Blue. HEX triplet: B3, 72 and AF. RGB value is (179,114,175). Sum of RGB (Red+Green+Blue) = 179+114+175=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B372AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B372AF is #4C8D50. Grayscale: #8C8C8C. Windows color (decimal): -5016913 or 11498163. OLE color: 11498163.

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

Color convert

RGB 179 114 175 -
CMYK 0 0.36 0.02 0.30
HSL 303.69º 0.3% 0.57% -
HSV(B) 303.69º 0.36% 0.7% -
XYZ 32.35 24.71 43.62 -
YUV 140.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 179 114 175 0 0.36 0.02 0.30 303.69 0.3 0.57
Hex B3 72 AF 0 24 2 1E 130 1E 39
Octal 263 162 257 0 44 2 36 460 36 71
Binary 10110011 1110010 10101111 0 100100 10 11110 100110000 11110 111001

Color Harmonies of #B372AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372AF

Black with #B372AF

Text Example


Text Example

White with #B372AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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