Html Css Color HEX #B4529D Violet Blue

📋 copy color: '#B4529D'

red 180 ◦ green 82 ◦ blue 157

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

Shades of Violet Blue #B4529D

Tints of Violet Blue #B4529D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.57%

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

R = 42.96%
G = 19.57%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4529D (or 0xB4529D) is known color: Violet Blue. HEX triplet: B4, 52 and 9D. RGB value is (180,82,157). Sum of RGB (Red+Green+Blue) = 180+82+157=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4529D is #4BAD62. Grayscale: #777777. Windows color (decimal): -4959587 or 10310324. OLE color: 10310324.

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

Color convert

RGB 180 82 157 -
CMYK 0 0.54 0.13 0.29
HSL 314.08º 0.4% 0.51% -
HSV(B) 314.08º 0.54% 0.71% -
XYZ 27.93 18.17 33.93 -
YUV 119.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 180 82 157 0 0.54 0.13 0.29 314.08 0.4 0.51
Hex B4 52 9D 0 36 D 1D 13A 28 33
Octal 264 122 235 0 66 15 35 472 50 63
Binary 10110100 1010010 10011101 0 110110 1101 11101 100111010 101000 110011

Color Harmonies of #B4529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4529D

Black with #B4529D

Text Example


Text Example

White with #B4529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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