Html Css Color HEX #B4579C Violet Blue

📋 copy color: '#B4579C'

red 180 ◦ green 87 ◦ blue 156

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

Shades of Violet Blue #B4579C

Tints of Violet Blue #B4579C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 42.55%
G = 20.57%
B = 36.88%

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

#B4579C (or 0xB4579C) is known color: Violet Blue. HEX triplet: B4, 57 and 9C. RGB value is (180,87,156). Sum of RGB (Red+Green+Blue) = 180+87+156=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4579C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4579C is #4BA863. Grayscale: #7A7A7A. Windows color (decimal): -4958308 or 10246068. OLE color: 10246068.

HSL color Cylindrical-coordinate representation of color #B4579C: hue angle of 315.48º 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 #B4579C is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 87 156 -
CMYK 0 0.52 0.13 0.29
HSL 315.48º 0.38% 0.52% -
HSV(B) 315.48º 0.52% 0.71% -
XYZ 28.23 18.92 33.62 -
YUV 122.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 180 87 156 0 0.52 0.13 0.29 315.48 0.38 0.52
Hex B4 57 9C 0 34 D 1D 13B 26 34
Octal 264 127 234 0 64 15 35 473 46 64
Binary 10110100 1010111 10011100 0 110100 1101 11101 100111011 100110 110100

Color Harmonies of #B4579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4579C

Black with #B4579C

Text Example


Text Example

White with #B4579C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4579C; }

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

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

background-color css

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

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

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

border-color css

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

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

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