Html Css Color HEX #B1238F Medium Red Violet

📋 copy color: '#B1238F'

red 177 ◦ green 35 ◦ blue 143

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

Shades of Medium Red Violet #B1238F

Tints of Medium Red Violet #B1238F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.86%

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 49.86%
G = 9.86%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1238F (or 0xB1238F) is known color: Medium Red Violet. HEX triplet: B1, 23 and 8F. RGB value is (177,35,143). Sum of RGB (Red+Green+Blue) = 177+35+143=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1238F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1238F is #4EDC70. Grayscale: #595959. Windows color (decimal): -5168241 or 9380785. OLE color: 9380785.

HSL color Cylindrical-coordinate representation of color #B1238F: hue angle of 314.37º degrees, saturation: 0.67, 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 #B1238F is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 35 143 -
CMYK 0 0.80 0.19 0.31
HSL 314.37º 0.67% 0.42% -
HSV(B) 314.37º 0.8% 0.69% -
XYZ 23.69 12.53 27.16 -
YUV 89.77 158.04 190.22 -
System Red Green Blue C M Y K H S L
Decimal 177 35 143 0 0.80 0.19 0.31 314.37 0.67 0.42
Hex B1 23 8F 0 50 13 1F 13A 43 2A
Octal 261 43 217 0 120 23 37 472 103 52
Binary 10110001 100011 10001111 0 1010000 10011 11111 100111010 1000011 101010

Color Harmonies of #B1238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1238F

Black with #B1238F

Text Example


Text Example

White with #B1238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1238F; }

 p { color: rgb(177,35,143); }

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

background-color css

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

 a { background-color: rgb(177,35,143); }

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

border-color css

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

 span { border-color: rgb(177,35,143); }

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