Html Css Color HEX #B0619F Violet Blue

📋 copy color: '#B0619F'

red 176 ◦ green 97 ◦ blue 159

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

Shades of Violet Blue #B0619F

Tints of Violet Blue #B0619F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.45%

 BLUE value IS 159 (62.5% from 255) = 36.81%

R = 40.74%
G = 22.45%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0619F (or 0xB0619F) is known color: Violet Blue. HEX triplet: B0, 61 and 9F. RGB value is (176,97,159). Sum of RGB (Red+Green+Blue) = 176+97+159=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0619F is #4F9E60. Grayscale: #7F7F7F. Windows color (decimal): -5217889 or 10445232. OLE color: 10445232.

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

Color convert

RGB 176 97 159 -
CMYK 0 0.45 0.10 0.31
HSL 312.91º 0.33% 0.54% -
HSV(B) 312.91º 0.45% 0.69% -
XYZ 28.44 20.28 35.22 -
YUV 127.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 176 97 159 0 0.45 0.10 0.31 312.91 0.33 0.54
Hex B0 61 9F 0 2D A 1F 139 21 36
Octal 260 141 237 0 55 12 37 471 41 66
Binary 10110000 1100001 10011111 0 101101 1010 11111 100111001 100001 110110

Color Harmonies of #B0619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0619F

Black with #B0619F

Text Example


Text Example

White with #B0619F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0619F; }

 p { color: rgb(176,97,159); }

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

background-color css

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

 a { background-color: rgb(176,97,159); }

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

border-color css

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

 span { border-color: rgb(176,97,159); }

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