Html Css Color HEX #B373B5 Violet Blue

📋 copy color: '#B373B5'

red 179 ◦ green 115 ◦ blue 181

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

Shades of Violet Blue #B373B5

Tints of Violet Blue #B373B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.11%

R = 37.68%
G = 24.21%
B = 38.11%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B373B5 (or 0xB373B5) is known color: Violet Blue. HEX triplet: B3, 73 and B5. RGB value is (179,115,181). Sum of RGB (Red+Green+Blue) = 179+115+181=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 181 - color contains mainly: blue. Hex color #B373B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373B5 is #4C8C4A. Grayscale: #8D8D8D. Windows color (decimal): -5016651 or 11891635. OLE color: 11891635.

HSL color Cylindrical-coordinate representation of color #B373B5: hue angle of 298.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B373B5 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 115 181 -
CMYK 0.01 0.36 0 0.29
HSL 298.18º 0.31% 0.58% -
HSV(B) 298.18º 0.36% 0.71% -
XYZ 33.06 25.18 46.83 -
YUV 141.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 179 115 181 0.01 0.36 0 0.29 298.18 0.31 0.58
Hex B3 73 B5 1 24 0 1D 12A 1F 3A
Octal 263 163 265 1 44 0 35 452 37 72
Binary 10110011 1110011 10110101 1 100100 0 11101 100101010 11111 111010

Color Harmonies of #B373B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373B5

Black with #B373B5

Text Example


Text Example

White with #B373B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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