Html Css Color HEX #B1599F Violet Blue

📋 copy color: '#B1599F'

red 177 ◦ green 89 ◦ blue 159

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

Shades of Violet Blue #B1599F

Tints of Violet Blue #B1599F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.94%

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

R = 41.65%
G = 20.94%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1599F (or 0xB1599F) is known color: Violet Blue. HEX triplet: B1, 59 and 9F. RGB value is (177,89,159). Sum of RGB (Red+Green+Blue) = 177+89+159=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B1599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1599F is #4EA660. Grayscale: #7B7B7B. Windows color (decimal): -5154401 or 10443185. OLE color: 10443185.

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

Color convert

RGB 177 89 159 -
CMYK 0 0.50 0.10 0.31
HSL 312.27º 0.36% 0.52% -
HSV(B) 312.27º 0.5% 0.69% -
XYZ 27.96 19 34.99 -
YUV 123.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 177 89 159 0 0.50 0.10 0.31 312.27 0.36 0.52
Hex B1 59 9F 0 32 A 1F 138 24 34
Octal 261 131 237 0 62 12 37 470 44 64
Binary 10110001 1011001 10011111 0 110010 1010 11111 100111000 100100 110100

Color Harmonies of #B1599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1599F

Black with #B1599F

Text Example


Text Example

White with #B1599F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1599F; }

 p { color: rgb(177,89,159); }

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

background-color css

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

 a { background-color: rgb(177,89,159); }

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

border-color css

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

 span { border-color: rgb(177,89,159); }

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