Html Css Color HEX #B4549E Violet Blue

📋 copy color: '#B4549E'

red 180 ◦ green 84 ◦ blue 158

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

Shades of Violet Blue #B4549E

Tints of Violet Blue #B4549E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.91%

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 42.65%
G = 19.91%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4549E (or 0xB4549E) is known color: Violet Blue. HEX triplet: B4, 54 and 9E. RGB value is (180,84,158). Sum of RGB (Red+Green+Blue) = 180+84+158=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4549E is #4BAB61. Grayscale: #787878. Windows color (decimal): -4959074 or 10376372. OLE color: 10376372.

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

Color convert

RGB 180 84 158 -
CMYK 0 0.53 0.12 0.29
HSL 313.75º 0.39% 0.52% -
HSV(B) 313.75º 0.53% 0.71% -
XYZ 28.16 18.51 34.44 -
YUV 121.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 180 84 158 0 0.53 0.12 0.29 313.75 0.39 0.52
Hex B4 54 9E 0 35 C 1D 13A 27 34
Octal 264 124 236 0 65 14 35 472 47 64
Binary 10110100 1010100 10011110 0 110101 1100 11101 100111010 100111 110100

Color Harmonies of #B4549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4549E

Black with #B4549E

Text Example


Text Example

White with #B4549E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4549E; }

 p { color: rgb(180,84,158); }

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

background-color css

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

 a { background-color: rgb(180,84,158); }

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

border-color css

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

 span { border-color: rgb(180,84,158); }

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