Html Css Color HEX #B051AA Violet Blue

📋 copy color: '#B051AA'

red 176 ◦ green 81 ◦ blue 170

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

Shades of Violet Blue #B051AA

Tints of Violet Blue #B051AA

RGB

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

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

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

R = 41.22%
G = 18.97%
B = 39.81%

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

#B051AA (or 0xB051AA) is known color: Violet Blue. HEX triplet: B0, 51 and AA. RGB value is (176,81,170). Sum of RGB (Red+Green+Blue) = 176+81+170=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B051AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B051AA is #4FAE55. Grayscale: #777777. Windows color (decimal): -5221974 or 11162032. OLE color: 11162032.

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

Color convert

RGB 176 81 170 -
CMYK 0 0.54 0.03 0.31
HSL 303.79º 0.38% 0.5% -
HSV(B) 303.79º 0.54% 0.69% -
XYZ 28.1 18.02 40.03 -
YUV 119.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 176 81 170 0 0.54 0.03 0.31 303.79 0.38 0.5
Hex B0 51 AA 0 36 3 1F 130 26 32
Octal 260 121 252 0 66 3 37 460 46 62
Binary 10110000 1010001 10101010 0 110110 11 11111 100110000 100110 110010

Color Harmonies of #B051AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051AA

Black with #B051AA

Text Example


Text Example

White with #B051AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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