Html Css Color HEX #B1259F Medium Red Violet

📋 copy color: '#B1259F'

red 177 ◦ green 37 ◦ blue 159

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

Shades of Medium Red Violet #B1259F

Tints of Medium Red Violet #B1259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.92%

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

R = 47.45%
G = 9.92%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1259F (or 0xB1259F) is known color: Medium Red Violet. HEX triplet: B1, 25 and 9F. RGB value is (177,37,159). Sum of RGB (Red+Green+Blue) = 177+37+159=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1259F is #4EDA60. Grayscale: #5C5C5C. Windows color (decimal): -5167713 or 10429873. OLE color: 10429873.

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

Color convert

RGB 177 37 159 -
CMYK 0 0.79 0.10 0.31
HSL 307.71º 0.65% 0.42% -
HSV(B) 307.71º 0.79% 0.69% -
XYZ 25.05 13.17 34.02 -
YUV 92.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 177 37 159 0 0.79 0.10 0.31 307.71 0.65 0.42
Hex B1 25 9F 0 4F A 1F 134 41 2A
Octal 261 45 237 0 117 12 37 464 101 52
Binary 10110001 100101 10011111 0 1001111 1010 11111 100110100 1000001 101010

Color Harmonies of #B1259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1259F

Black with #B1259F

Text Example


Text Example

White with #B1259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1259F; }

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

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

background-color css

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

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

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

border-color css

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

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

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