Html Css Color HEX #B05699 Violet Blue

📋 copy color: '#B05699'

red 176 ◦ green 86 ◦ blue 153

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

Shades of Violet Blue #B05699

Tints of Violet Blue #B05699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 42.41%
G = 20.72%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B05699 (or 0xB05699) is known color: Violet Blue. HEX triplet: B0, 56 and 99. RGB value is (176,86,153). Sum of RGB (Red+Green+Blue) = 176+86+153=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B05699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05699 is #4FA966. Grayscale: #787878. Windows color (decimal): -5220711 or 10049200. OLE color: 10049200.

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

Color convert

RGB 176 86 153 -
CMYK 0 0.51 0.13 0.31
HSL 315.33º 0.36% 0.51% -
HSV(B) 315.33º 0.51% 0.69% -
XYZ 26.98 18.19 32.23 -
YUV 120.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 176 86 153 0 0.51 0.13 0.31 315.33 0.36 0.51
Hex B0 56 99 0 33 D 1F 13B 24 33
Octal 260 126 231 0 63 15 37 473 44 63
Binary 10110000 1010110 10011001 0 110011 1101 11111 100111011 100100 110011

Color Harmonies of #B05699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05699

Black with #B05699

Text Example


Text Example

White with #B05699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05699; }

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

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

background-color css

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

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

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

border-color css

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

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

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