Html Css Color HEX #B051A0 Violet Blue

📋 copy color: '#B051A0'

red 176 ◦ green 81 ◦ blue 160

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

Shades of Violet Blue #B051A0

Tints of Violet Blue #B051A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.37%

R = 42.21%
G = 19.42%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B051A0 (or 0xB051A0) is known color: Violet Blue. HEX triplet: B0, 51 and A0. RGB value is (176,81,160). Sum of RGB (Red+Green+Blue) = 176+81+160=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B051A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B051A0 is #4FAE5F. Grayscale: #767676. Windows color (decimal): -5221984 or 10506672. OLE color: 10506672.

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

Color convert

RGB 176 81 160 -
CMYK 0 0.54 0.09 0.31
HSL 310.11º 0.38% 0.5% -
HSV(B) 310.11º 0.54% 0.69% -
XYZ 27.19 17.65 35.23 -
YUV 118.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 176 81 160 0 0.54 0.09 0.31 310.11 0.38 0.5
Hex B0 51 A0 0 36 9 1F 136 26 32
Octal 260 121 240 0 66 11 37 466 46 62
Binary 10110000 1010001 10100000 0 110110 1001 11111 100110110 100110 110010

Color Harmonies of #B051A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051A0

Black with #B051A0

Text Example


Text Example

White with #B051A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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