Html Css Color HEX #B051A9 Violet Blue

📋 copy color: '#B051A9'

red 176 ◦ green 81 ◦ blue 169

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

Shades of Violet Blue #B051A9

Tints of Violet Blue #B051A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.67%

R = 41.31%
G = 19.01%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B051A9 (or 0xB051A9) is known color: Violet Blue. HEX triplet: B0, 51 and A9. RGB value is (176,81,169). Sum of RGB (Red+Green+Blue) = 176+81+169=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B051A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B051A9 is #4FAE56. Grayscale: #777777. Windows color (decimal): -5221975 or 11096496. OLE color: 11096496.

HSL color Cylindrical-coordinate representation of color #B051A9: hue angle of 304.42º 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 #B051A9 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 81 169 -
CMYK 0 0.54 0.04 0.31
HSL 304.42º 0.38% 0.5% -
HSV(B) 304.42º 0.54% 0.69% -
XYZ 28.01 17.98 39.53 -
YUV 119.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 176 81 169 0 0.54 0.04 0.31 304.42 0.38 0.5
Hex B0 51 A9 0 36 4 1F 130 26 32
Octal 260 121 251 0 66 4 37 460 46 62
Binary 10110000 1010001 10101001 0 110110 100 11111 100110000 100110 110010

Color Harmonies of #B051A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051A9

Black with #B051A9

Text Example


Text Example

White with #B051A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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