Html Css Color HEX #B3579B Violet Blue

📋 copy color: '#B3579B'

red 179 ◦ green 87 ◦ blue 155

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

Shades of Violet Blue #B3579B

Tints of Violet Blue #B3579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.67%

 BLUE value IS 155 (60.94% from 255) = 36.82%

R = 42.52%
G = 20.67%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3579B (or 0xB3579B) is known color: Violet Blue. HEX triplet: B3, 57 and 9B. RGB value is (179,87,155). Sum of RGB (Red+Green+Blue) = 179+87+155=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B3579B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3579B is #4CA864. Grayscale: #7A7A7A. Windows color (decimal): -5023845 or 10180531. OLE color: 10180531.

HSL color Cylindrical-coordinate representation of color #B3579B: hue angle of 315.65º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3579B is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 87 155 -
CMYK 0 0.51 0.13 0.30
HSL 315.65º 0.38% 0.52% -
HSV(B) 315.65º 0.51% 0.7% -
XYZ 27.92 18.77 33.16 -
YUV 122.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 179 87 155 0 0.51 0.13 0.30 315.65 0.38 0.52
Hex B3 57 9B 0 33 D 1E 13C 26 34
Octal 263 127 233 0 63 15 36 474 46 64
Binary 10110011 1010111 10011011 0 110011 1101 11110 100111100 100110 110100

Color Harmonies of #B3579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3579B

Black with #B3579B

Text Example


Text Example

White with #B3579B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3579B; }

 p { color: rgb(179,87,155); }

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

background-color css

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

 a { background-color: rgb(179,87,155); }

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

border-color css

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

 span { border-color: rgb(179,87,155); }

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