Html Css Color HEX #B1589A Violet Blue

📋 copy color: '#B1589A'

red 177 ◦ green 88 ◦ blue 154

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

Shades of Violet Blue #B1589A

Tints of Violet Blue #B1589A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21%

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

R = 42.24%
G = 21%
B = 36.75%

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

#B1589A (or 0xB1589A) is known color: Violet Blue. HEX triplet: B1, 58 and 9A. RGB value is (177,88,154). Sum of RGB (Red+Green+Blue) = 177+88+154=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1589A is #4EA765. Grayscale: #797979. Windows color (decimal): -5154662 or 10115249. OLE color: 10115249.

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

Color convert

RGB 177 88 154 -
CMYK 0 0.50 0.13 0.31
HSL 315.51º 0.36% 0.52% -
HSV(B) 315.51º 0.5% 0.69% -
XYZ 27.45 18.66 32.73 -
YUV 122.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 177 88 154 0 0.50 0.13 0.31 315.51 0.36 0.52
Hex B1 58 9A 0 32 D 1F 13C 24 34
Octal 261 130 232 0 62 15 37 474 44 64
Binary 10110001 1011000 10011010 0 110010 1101 11111 100111100 100100 110100

Color Harmonies of #B1589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1589A

Black with #B1589A

Text Example


Text Example

White with #B1589A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1589A; }

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

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

background-color css

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

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

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

border-color css

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

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

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