Html Css Color HEX #B4529E Violet Blue

📋 copy color: '#B4529E'

red 180 ◦ green 82 ◦ blue 158

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

Shades of Violet Blue #B4529E

Tints of Violet Blue #B4529E

RGB

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

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

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

R = 42.86%
G = 19.52%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4529E (or 0xB4529E) is known color: Violet Blue. HEX triplet: B4, 52 and 9E. RGB value is (180,82,158). Sum of RGB (Red+Green+Blue) = 180+82+158=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4529E is #4BAD61. Grayscale: #777777. Windows color (decimal): -4959586 or 10375860. OLE color: 10375860.

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

Color convert

RGB 180 82 158 -
CMYK 0 0.54 0.12 0.29
HSL 313.47º 0.4% 0.51% -
HSV(B) 313.47º 0.54% 0.71% -
XYZ 28.01 18.21 34.39 -
YUV 119.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 180 82 158 0 0.54 0.12 0.29 313.47 0.4 0.51
Hex B4 52 9E 0 36 C 1D 139 28 33
Octal 264 122 236 0 66 14 35 471 50 63
Binary 10110100 1010010 10011110 0 110110 1100 11101 100111001 101000 110011

Color Harmonies of #B4529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4529E

Black with #B4529E

Text Example


Text Example

White with #B4529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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