Html Css Color HEX #B0569E Violet Blue

📋 copy color: '#B0569E'

red 176 ◦ green 86 ◦ blue 158

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

Shades of Violet Blue #B0569E

Tints of Violet Blue #B0569E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.48%

 BLUE value IS 158 (62.11% from 255) = 37.62%

R = 41.9%
G = 20.48%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0569E (or 0xB0569E) is known color: Violet Blue. HEX triplet: B0, 56 and 9E. RGB value is (176,86,158). Sum of RGB (Red+Green+Blue) = 176+86+158=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0569E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0569E is #4FA961. Grayscale: #787878. Windows color (decimal): -5220706 or 10376880. OLE color: 10376880.

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

Color convert

RGB 176 86 158 -
CMYK 0 0.51 0.10 0.31
HSL 312º 0.36% 0.51% -
HSV(B) 312º 0.51% 0.69% -
XYZ 27.4 18.35 34.45 -
YUV 121.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 176 86 158 0 0.51 0.10 0.31 312 0.36 0.51
Hex B0 56 9E 0 33 A 1F 138 24 33
Octal 260 126 236 0 63 12 37 470 44 63
Binary 10110000 1010110 10011110 0 110011 1010 11111 100111000 100100 110011

Color Harmonies of #B0569E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0569E

Black with #B0569E

Text Example


Text Example

White with #B0569E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0569E; }

 p { color: rgb(176,86,158); }

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

background-color css

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

 a { background-color: rgb(176,86,158); }

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

border-color css

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

 span { border-color: rgb(176,86,158); }

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