Html Css Color HEX #B051AB Violet Blue

📋 copy color: '#B051AB'

red 176 ◦ green 81 ◦ blue 171

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

Shades of Violet Blue #B051AB

Tints of Violet Blue #B051AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.93%

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

R = 41.12%
G = 18.93%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B051AB (or 0xB051AB) is known color: Violet Blue. HEX triplet: B0, 51 and AB. RGB value is (176,81,171). Sum of RGB (Red+Green+Blue) = 176+81+171=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B051AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B051AB is #4FAE54. Grayscale: #777777. Windows color (decimal): -5221973 or 11227568. OLE color: 11227568.

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

Color convert

RGB 176 81 171 -
CMYK 0 0.54 0.03 0.31
HSL 303.16º 0.38% 0.5% -
HSV(B) 303.16º 0.54% 0.69% -
XYZ 28.2 18.06 40.53 -
YUV 119.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 176 81 171 0 0.54 0.03 0.31 303.16 0.38 0.5
Hex B0 51 AB 0 36 3 1F 12F 26 32
Octal 260 121 253 0 66 3 37 457 46 62
Binary 10110000 1010001 10101011 0 110110 11 11111 100101111 100110 110010

Color Harmonies of #B051AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051AB

Black with #B051AB

Text Example


Text Example

White with #B051AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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