Html Css Color HEX #B1599A Violet Blue

📋 copy color: '#B1599A'

red 177 ◦ green 89 ◦ blue 154

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

Shades of Violet Blue #B1599A

Tints of Violet Blue #B1599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.67%

R = 42.14%
G = 21.19%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B1599A (or 0xB1599A) is known color: Violet Blue. HEX triplet: B1, 59 and 9A. RGB value is (177,89,154). Sum of RGB (Red+Green+Blue) = 177+89+154=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1599A is #4EA665. Grayscale: #7A7A7A. Windows color (decimal): -5154406 or 10115505. OLE color: 10115505.

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

Color convert

RGB 177 89 154 -
CMYK 0 0.50 0.13 0.31
HSL 315.68º 0.36% 0.52% -
HSV(B) 315.68º 0.5% 0.69% -
XYZ 27.54 18.82 32.75 -
YUV 122.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 177 89 154 0 0.50 0.13 0.31 315.68 0.36 0.52
Hex B1 59 9A 0 32 D 1F 13C 24 34
Octal 261 131 232 0 62 15 37 474 44 64
Binary 10110001 1011001 10011010 0 110010 1101 11111 100111100 100100 110100

Color Harmonies of #B1599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1599A

Black with #B1599A

Text Example


Text Example

White with #B1599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1599A; }

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

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

background-color css

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

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

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

border-color css

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

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

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