Html Css Color HEX #B1519F Violet Blue

📋 copy color: '#B1519F'

red 177 ◦ green 81 ◦ blue 159

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

Shades of Violet Blue #B1519F

Tints of Violet Blue #B1519F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.42%

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

R = 42.45%
G = 19.42%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1519F (or 0xB1519F) is known color: Violet Blue. HEX triplet: B1, 51 and 9F. RGB value is (177,81,159). Sum of RGB (Red+Green+Blue) = 177+81+159=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1519F is #4EAE60. Grayscale: #767676. Windows color (decimal): -5156449 or 10441137. OLE color: 10441137.

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

Color convert

RGB 177 81 159 -
CMYK 0 0.54 0.10 0.31
HSL 311.25º 0.38% 0.51% -
HSV(B) 311.25º 0.54% 0.69% -
XYZ 27.33 17.74 34.78 -
YUV 118.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 177 81 159 0 0.54 0.10 0.31 311.25 0.38 0.51
Hex B1 51 9F 0 36 A 1F 137 26 33
Octal 261 121 237 0 66 12 37 467 46 63
Binary 10110001 1010001 10011111 0 110110 1010 11111 100110111 100110 110011

Color Harmonies of #B1519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1519F

Black with #B1519F

Text Example


Text Example

White with #B1519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1519F; }

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

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

background-color css

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

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

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

border-color css

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

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

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