Html Css Color HEX #B0559D Violet Blue

📋 copy color: '#B0559D'

red 176 ◦ green 85 ◦ blue 157

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

Shades of Violet Blue #B0559D

Tints of Violet Blue #B0559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.33%

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 42.11%
G = 20.33%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0559D (or 0xB0559D) is known color: Violet Blue. HEX triplet: B0, 55 and 9D. RGB value is (176,85,157). Sum of RGB (Red+Green+Blue) = 176+85+157=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0559D is #4FAA62. Grayscale: #787878. Windows color (decimal): -5220963 or 10311088. OLE color: 10311088.

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

Color convert

RGB 176 85 157 -
CMYK 0 0.52 0.11 0.31
HSL 312.53º 0.37% 0.51% -
HSV(B) 312.53º 0.52% 0.69% -
XYZ 27.24 18.16 33.97 -
YUV 120.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 176 85 157 0 0.52 0.11 0.31 312.53 0.37 0.51
Hex B0 55 9D 0 34 B 1F 139 25 33
Octal 260 125 235 0 64 13 37 471 45 63
Binary 10110000 1010101 10011101 0 110100 1011 11111 100111001 100101 110011

Color Harmonies of #B0559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0559D

Black with #B0559D

Text Example


Text Example

White with #B0559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0559D; }

 p { color: rgb(176,85,157); }

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

background-color css

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

 a { background-color: rgb(176,85,157); }

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

border-color css

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

 span { border-color: rgb(176,85,157); }

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