Html Css Color HEX #B1249E Medium Red Violet

📋 copy color: '#B1249E'

red 177 ◦ green 36 ◦ blue 158

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

Shades of Medium Red Violet #B1249E

Tints of Medium Red Violet #B1249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.7%

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 47.71%
G = 9.7%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1249E (or 0xB1249E) is known color: Medium Red Violet. HEX triplet: B1, 24 and 9E. RGB value is (177,36,158). Sum of RGB (Red+Green+Blue) = 177+36+158=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1249E is #4EDB61. Grayscale: #5B5B5B. Windows color (decimal): -5167970 or 10364081. OLE color: 10364081.

HSL color Cylindrical-coordinate representation of color #B1249E: hue angle of 308.09º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1249E is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 158 -
CMYK 0 0.80 0.11 0.31
HSL 308.09º 0.66% 0.42% -
HSV(B) 308.09º 0.8% 0.69% -
XYZ 24.93 13.08 33.56 -
YUV 92.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 177 36 158 0 0.80 0.11 0.31 308.09 0.66 0.42
Hex B1 24 9E 0 50 B 1F 134 42 2A
Octal 261 44 236 0 120 13 37 464 102 52
Binary 10110001 100100 10011110 0 1010000 1011 11111 100110100 1000010 101010

Color Harmonies of #B1249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1249E

Black with #B1249E

Text Example


Text Example

White with #B1249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1249E; }

 p { color: rgb(177,36,158); }

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

background-color css

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

 a { background-color: rgb(177,36,158); }

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

border-color css

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

 span { border-color: rgb(177,36,158); }

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