Html Css Color HEX #B1619E Violet Blue

📋 copy color: '#B1619E'

red 177 ◦ green 97 ◦ blue 158

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

Shades of Violet Blue #B1619E

Tints of Violet Blue #B1619E

RGB

 RED value IS 177 (69.53% from 255) = 40.97%

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

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

R = 40.97%
G = 22.45%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1619E (or 0xB1619E) is known color: Violet Blue. HEX triplet: B1, 61 and 9E. RGB value is (177,97,158). Sum of RGB (Red+Green+Blue) = 177+97+158=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1619E is #4E9E61. Grayscale: #7F7F7F. Windows color (decimal): -5152354 or 10379697. OLE color: 10379697.

HSL color Cylindrical-coordinate representation of color #B1619E: hue angle of 314.25º degrees, saturation: 0.34, 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 #B1619E is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 97 158 -
CMYK 0 0.45 0.11 0.31
HSL 314.25º 0.34% 0.54% -
HSV(B) 314.25º 0.45% 0.69% -
XYZ 28.58 20.37 34.77 -
YUV 127.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 177 97 158 0 0.45 0.11 0.31 314.25 0.34 0.54
Hex B1 61 9E 0 2D B 1F 13A 22 36
Octal 261 141 236 0 55 13 37 472 42 66
Binary 10110001 1100001 10011110 0 101101 1011 11111 100111010 100010 110110

Color Harmonies of #B1619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1619E

Black with #B1619E

Text Example


Text Example

White with #B1619E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1619E; }

 p { color: rgb(177,97,158); }

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

background-color css

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

 a { background-color: rgb(177,97,158); }

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

border-color css

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

 span { border-color: rgb(177,97,158); }

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