Html Css Color HEX #B373AF Violet Blue

📋 copy color: '#B373AF'

red 179 ◦ green 115 ◦ blue 175

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

Shades of Violet Blue #B373AF

Tints of Violet Blue #B373AF

RGB

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

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

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

R = 38.17%
G = 24.52%
B = 37.31%

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

#B373AF (or 0xB373AF) is known color: Violet Blue. HEX triplet: B3, 73 and AF. RGB value is (179,115,175). Sum of RGB (Red+Green+Blue) = 179+115+175=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B373AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B373AF is #4C8C50. Grayscale: #8C8C8C. Windows color (decimal): -5016657 or 11498419. OLE color: 11498419.

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

Color convert

RGB 179 115 175 -
CMYK 0 0.36 0.02 0.30
HSL 303.75º 0.3% 0.58% -
HSV(B) 303.75º 0.36% 0.7% -
XYZ 32.46 24.94 43.66 -
YUV 140.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 179 115 175 0 0.36 0.02 0.30 303.75 0.3 0.58
Hex B3 73 AF 0 24 2 1E 130 1E 3A
Octal 263 163 257 0 44 2 36 460 36 72
Binary 10110011 1110011 10101111 0 100100 10 11110 100110000 11110 111010

Color Harmonies of #B373AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373AF

Black with #B373AF

Text Example


Text Example

White with #B373AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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