Html Css Color HEX #B1609D Violet Blue

📋 copy color: '#B1609D'

red 177 ◦ green 96 ◦ blue 157

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

Shades of Violet Blue #B1609D

Tints of Violet Blue #B1609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.33%

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

R = 41.16%
G = 22.33%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1609D (or 0xB1609D) is known color: Violet Blue. HEX triplet: B1, 60 and 9D. RGB value is (177,96,157). Sum of RGB (Red+Green+Blue) = 177+96+157=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1609D is #4E9F62. Grayscale: #7F7F7F. Windows color (decimal): -5152611 or 10313905. OLE color: 10313905.

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

Color convert

RGB 177 96 157 -
CMYK 0 0.46 0.11 0.31
HSL 314.81º 0.34% 0.54% -
HSV(B) 314.81º 0.46% 0.69% -
XYZ 28.4 20.15 34.29 -
YUV 127.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 177 96 157 0 0.46 0.11 0.31 314.81 0.34 0.54
Hex B1 60 9D 0 2E B 1F 13B 22 36
Octal 261 140 235 0 56 13 37 473 42 66
Binary 10110001 1100000 10011101 0 101110 1011 11111 100111011 100010 110110

Color Harmonies of #B1609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1609D

Black with #B1609D

Text Example


Text Example

White with #B1609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1609D; }

 p { color: rgb(177,96,157); }

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

background-color css

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

 a { background-color: rgb(177,96,157); }

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

border-color css

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

 span { border-color: rgb(177,96,157); }

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