Html Css Color HEX #B4579D Violet Blue

📋 copy color: '#B4579D'

red 180 ◦ green 87 ◦ blue 157

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

Shades of Violet Blue #B4579D

Tints of Violet Blue #B4579D

RGB

 RED value IS 180 (70.7% from 255) = 42.45%

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

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 42.45%
G = 20.52%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4579D (or 0xB4579D) is known color: Violet Blue. HEX triplet: B4, 57 and 9D. RGB value is (180,87,157). Sum of RGB (Red+Green+Blue) = 180+87+157=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4579D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4579D is #4BA862. Grayscale: #7A7A7A. Windows color (decimal): -4958307 or 10311604. OLE color: 10311604.

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

Color convert

RGB 180 87 157 -
CMYK 0 0.52 0.13 0.29
HSL 314.84º 0.38% 0.52% -
HSV(B) 314.84º 0.52% 0.71% -
XYZ 28.32 18.95 34.06 -
YUV 122.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 180 87 157 0 0.52 0.13 0.29 314.84 0.38 0.52
Hex B4 57 9D 0 34 D 1D 13B 26 34
Octal 264 127 235 0 64 15 35 473 46 64
Binary 10110100 1010111 10011101 0 110100 1101 11101 100111011 100110 110100

Color Harmonies of #B4579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4579D

Black with #B4579D

Text Example


Text Example

White with #B4579D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4579D; }

 p { color: rgb(180,87,157); }

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

background-color css

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

 a { background-color: rgb(180,87,157); }

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

border-color css

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

 span { border-color: rgb(180,87,157); }

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