Html Css Color HEX #B373AE Violet Blue

📋 copy color: '#B373AE'

red 179 ◦ green 115 ◦ blue 174

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

Shades of Violet Blue #B373AE

Tints of Violet Blue #B373AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.18%

R = 38.25%
G = 24.57%
B = 37.18%

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

#B373AE (or 0xB373AE) is known color: Violet Blue. HEX triplet: B3, 73 and AE. RGB value is (179,115,174). Sum of RGB (Red+Green+Blue) = 179+115+174=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B373AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B373AE is #4C8C51. Grayscale: #8C8C8C. Windows color (decimal): -5016658 or 11432883. OLE color: 11432883.

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

Color convert

RGB 179 115 174 -
CMYK 0 0.36 0.03 0.30
HSL 304.69º 0.3% 0.58% -
HSV(B) 304.69º 0.36% 0.7% -
XYZ 32.36 24.9 43.15 -
YUV 140.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 179 115 174 0 0.36 0.03 0.30 304.69 0.3 0.58
Hex B3 73 AE 0 24 3 1E 131 1E 3A
Octal 263 163 256 0 44 3 36 461 36 72
Binary 10110011 1110011 10101110 0 100100 11 11110 100110001 11110 111010

Color Harmonies of #B373AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373AE

Black with #B373AE

Text Example


Text Example

White with #B373AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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