Html Css Color HEX #B4549D Violet Blue

📋 copy color: '#B4549D'

red 180 ◦ green 84 ◦ blue 157

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

Shades of Violet Blue #B4549D

Tints of Violet Blue #B4549D

RGB

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

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

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

R = 42.76%
G = 19.95%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4549D (or 0xB4549D) is known color: Violet Blue. HEX triplet: B4, 54 and 9D. RGB value is (180,84,157). Sum of RGB (Red+Green+Blue) = 180+84+157=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4549D is #4BAB62. Grayscale: #787878. Windows color (decimal): -4959075 or 10310836. OLE color: 10310836.

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

Color convert

RGB 180 84 157 -
CMYK 0 0.53 0.13 0.29
HSL 314.38º 0.39% 0.52% -
HSV(B) 314.38º 0.53% 0.71% -
XYZ 28.08 18.48 33.99 -
YUV 121.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 180 84 157 0 0.53 0.13 0.29 314.38 0.39 0.52
Hex B4 54 9D 0 35 D 1D 13A 27 34
Octal 264 124 235 0 65 15 35 472 47 64
Binary 10110100 1010100 10011101 0 110101 1101 11101 100111010 100111 110100

Color Harmonies of #B4549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4549D

Black with #B4549D

Text Example


Text Example

White with #B4549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4549D; }

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

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

background-color css

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

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

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

border-color css

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

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

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