Html Css Color HEX #B45AAB Violet Blue

📋 copy color: '#B45AAB'

red 180 ◦ green 90 ◦ blue 171

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

Shades of Violet Blue #B45AAB

Tints of Violet Blue #B45AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.41%

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

R = 40.82%
G = 20.41%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B45AAB (or 0xB45AAB) is known color: Violet Blue. HEX triplet: B4, 5A and AB. RGB value is (180,90,171). Sum of RGB (Red+Green+Blue) = 180+90+171=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B45AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45AAB is #4BA554. Grayscale: #7D7D7D. Windows color (decimal): -4957525 or 11229876. OLE color: 11229876.

HSL color Cylindrical-coordinate representation of color #B45AAB: hue angle of 306º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45AAB is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 90 171 -
CMYK 0 0.50 0.05 0.29
HSL 306º 0.38% 0.53% -
HSV(B) 306º 0.5% 0.71% -
XYZ 29.83 19.96 40.81 -
YUV 126.14 153.32 166.41 -
System Red Green Blue C M Y K H S L
Decimal 180 90 171 0 0.50 0.05 0.29 306 0.38 0.53
Hex B4 5A AB 0 32 5 1D 132 26 35
Octal 264 132 253 0 62 5 35 462 46 65
Binary 10110100 1011010 10101011 0 110010 101 11101 100110010 100110 110101

Color Harmonies of #B45AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45AAB

Black with #B45AAB

Text Example


Text Example

White with #B45AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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