Html Css Color HEX #B1259C Medium Red Violet

📋 copy color: '#B1259C'

red 177 ◦ green 37 ◦ blue 156

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

Shades of Medium Red Violet #B1259C

Tints of Medium Red Violet #B1259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.16%

R = 47.84%
G = 10%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1259C (or 0xB1259C) is known color: Medium Red Violet. HEX triplet: B1, 25 and 9C. RGB value is (177,37,156). Sum of RGB (Red+Green+Blue) = 177+37+156=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1259C is #4EDA63. Grayscale: #5C5C5C. Windows color (decimal): -5167716 or 10233265. OLE color: 10233265.

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

Color convert

RGB 177 37 156 -
CMYK 0 0.79 0.12 0.31
HSL 309º 0.65% 0.42% -
HSV(B) 309º 0.79% 0.69% -
XYZ 24.79 13.07 32.67 -
YUV 92.43 163.88 188.32 -
System Red Green Blue C M Y K H S L
Decimal 177 37 156 0 0.79 0.12 0.31 309 0.65 0.42
Hex B1 25 9C 0 4F C 1F 135 41 2A
Octal 261 45 234 0 117 14 37 465 101 52
Binary 10110001 100101 10011100 0 1001111 1100 11111 100110101 1000001 101010

Color Harmonies of #B1259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1259C

Black with #B1259C

Text Example


Text Example

White with #B1259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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