Html Css Color HEX #B057A0 Violet Blue

📋 copy color: '#B057A0'

red 176 ◦ green 87 ◦ blue 160

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

Shades of Violet Blue #B057A0

Tints of Violet Blue #B057A0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.57%

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

R = 41.61%
G = 20.57%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B057A0 (or 0xB057A0) is known color: Violet Blue. HEX triplet: B0, 57 and A0. RGB value is (176,87,160). Sum of RGB (Red+Green+Blue) = 176+87+160=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B057A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B057A0 is #4FA85F. Grayscale: #797979. Windows color (decimal): -5220448 or 10508208. OLE color: 10508208.

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

Color convert

RGB 176 87 160 -
CMYK 0 0.51 0.09 0.31
HSL 310.79º 0.36% 0.52% -
HSV(B) 310.79º 0.51% 0.69% -
XYZ 27.66 18.58 35.39 -
YUV 121.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 176 87 160 0 0.51 0.09 0.31 310.79 0.36 0.52
Hex B0 57 A0 0 33 9 1F 137 24 34
Octal 260 127 240 0 63 11 37 467 44 64
Binary 10110000 1010111 10100000 0 110011 1001 11111 100110111 100100 110100

Color Harmonies of #B057A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B057A0

Black with #B057A0

Text Example


Text Example

White with #B057A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B057A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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