Html Css Color HEX #B45EAA Violet Blue

📋 copy color: '#B45EAA'

red 180 ◦ green 94 ◦ blue 170

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

Shades of Violet Blue #B45EAA

Tints of Violet Blue #B45EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 40.54%
G = 21.17%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B45EAA (or 0xB45EAA) is known color: Violet Blue. HEX triplet: B4, 5E and AA. RGB value is (180,94,170). Sum of RGB (Red+Green+Blue) = 180+94+170=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B45EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45EAA is #4BA155. Grayscale: #808080. Windows color (decimal): -4956502 or 11165364. OLE color: 11165364.

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

Color convert

RGB 180 94 170 -
CMYK 0 0.48 0.06 0.29
HSL 306.98º 0.36% 0.54% -
HSV(B) 306.98º 0.48% 0.71% -
XYZ 30.08 20.61 40.42 -
YUV 128.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 180 94 170 0 0.48 0.06 0.29 306.98 0.36 0.54
Hex B4 5E AA 0 30 6 1D 133 24 36
Octal 264 136 252 0 60 6 35 463 44 66
Binary 10110100 1011110 10101010 0 110000 110 11101 100110011 100100 110110

Color Harmonies of #B45EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45EAA

Black with #B45EAA

Text Example


Text Example

White with #B45EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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