Html Css Color HEX #B373AD Violet Blue

📋 copy color: '#B373AD'

red 179 ◦ green 115 ◦ blue 173

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

Shades of Violet Blue #B373AD

Tints of Violet Blue #B373AD

RGB

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

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

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

R = 38.33%
G = 24.63%
B = 37.04%

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

#B373AD (or 0xB373AD) is known color: Violet Blue. HEX triplet: B3, 73 and AD. RGB value is (179,115,173). Sum of RGB (Red+Green+Blue) = 179+115+173=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B373AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B373AD is #4C8C52. Grayscale: #8C8C8C. Windows color (decimal): -5016659 or 11367347. OLE color: 11367347.

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

Color convert

RGB 179 115 173 -
CMYK 0 0.36 0.03 0.30
HSL 305.63º 0.3% 0.58% -
HSV(B) 305.63º 0.36% 0.7% -
XYZ 32.26 24.86 42.63 -
YUV 140.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 179 115 173 0 0.36 0.03 0.30 305.63 0.3 0.58
Hex B3 73 AD 0 24 3 1E 132 1E 3A
Octal 263 163 255 0 44 3 36 462 36 72
Binary 10110011 1110011 10101101 0 100100 11 11110 100110010 11110 111010

Color Harmonies of #B373AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373AD

Black with #B373AD

Text Example


Text Example

White with #B373AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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