Html Css Color HEX #B054AB Violet Blue

📋 copy color: '#B054AB'

red 176 ◦ green 84 ◦ blue 171

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

Shades of Violet Blue #B054AB

Tints of Violet Blue #B054AB

RGB

 RED value IS 176 (69.14% from 255) = 40.84%

 GREEN value IS 84 (33.2% from 255) = 19.49%

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

R = 40.84%
G = 19.49%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B054AB (or 0xB054AB) is known color: Violet Blue. HEX triplet: B0, 54 and AB. RGB value is (176,84,171). Sum of RGB (Red+Green+Blue) = 176+84+171=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B054AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B054AB is #4FAB54. Grayscale: #797979. Windows color (decimal): -5221205 or 11228336. OLE color: 11228336.

HSL color Cylindrical-coordinate representation of color #B054AB: hue angle of 303.26º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B054AB is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 171 -
CMYK 0 0.52 0.03 0.31
HSL 303.26º 0.37% 0.51% -
HSV(B) 303.26º 0.52% 0.69% -
XYZ 28.43 18.51 40.6 -
YUV 121.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 176 84 171 0 0.52 0.03 0.31 303.26 0.37 0.51
Hex B0 54 AB 0 34 3 1F 12F 25 33
Octal 260 124 253 0 64 3 37 457 45 63
Binary 10110000 1010100 10101011 0 110100 11 11111 100101111 100101 110011

Color Harmonies of #B054AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054AB

Black with #B054AB

Text Example


Text Example

White with #B054AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054AB; }

 p { color: rgb(176,84,171); }

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

background-color css

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

 a { background-color: rgb(176,84,171); }

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

border-color css

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

 span { border-color: rgb(176,84,171); }

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