Html Css Color HEX #B45EAB Violet Blue

📋 copy color: '#B45EAB'

red 180 ◦ green 94 ◦ blue 171

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

Shades of Violet Blue #B45EAB

Tints of Violet Blue #B45EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.12%

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 40.45%
G = 21.12%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B45EAB (or 0xB45EAB) is known color: Violet Blue. HEX triplet: B4, 5E and AB. RGB value is (180,94,171). Sum of RGB (Red+Green+Blue) = 180+94+171=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B45EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45EAB is #4BA154. Grayscale: #808080. Windows color (decimal): -4956501 or 11230900. OLE color: 11230900.

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

Color convert

RGB 180 94 171 -
CMYK 0 0.48 0.05 0.29
HSL 306.28º 0.36% 0.54% -
HSV(B) 306.28º 0.48% 0.71% -
XYZ 30.18 20.65 40.92 -
YUV 128.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 180 94 171 0 0.48 0.05 0.29 306.28 0.36 0.54
Hex B4 5E AB 0 30 5 1D 132 24 36
Octal 264 136 253 0 60 5 35 462 44 66
Binary 10110100 1011110 10101011 0 110000 101 11101 100110010 100100 110110

Color Harmonies of #B45EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45EAB

Black with #B45EAB

Text Example


Text Example

White with #B45EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45EAB; }

 p { color: rgb(180,94,171); }

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

background-color css

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

 a { background-color: rgb(180,94,171); }

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

border-color css

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

 span { border-color: rgb(180,94,171); }

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