Html Css Color HEX #B1236E Medium Red Violet

📋 copy color: '#B1236E'

red 177 ◦ green 35 ◦ blue 110

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

Shades of Medium Red Violet #B1236E

Tints of Medium Red Violet #B1236E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 54.97%
G = 10.87%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1236E (or 0xB1236E) is known color: Medium Red Violet. HEX triplet: B1, 23 and 6E. RGB value is (177,35,110). Sum of RGB (Red+Green+Blue) = 177+35+110=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1236E is #4EDC91. Grayscale: #555555. Windows color (decimal): -5168274 or 7218097. OLE color: 7218097.

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

Color convert

RGB 177 35 110 -
CMYK 0 0.80 0.38 0.31
HSL 328.31º 0.67% 0.42% -
HSV(B) 328.31º 0.8% 0.69% -
XYZ 21.55 11.67 15.87 -
YUV 86.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 177 35 110 0 0.80 0.38 0.31 328.31 0.67 0.42
Hex B1 23 6E 0 50 26 1F 148 43 2A
Octal 261 43 156 0 120 46 37 510 103 52
Binary 10110001 100011 1101110 0 1010000 100110 11111 101001000 1000011 101010

Color Harmonies of #B1236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1236E

Black with #B1236E

Text Example


Text Example

White with #B1236E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1236E; }

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

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

background-color css

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

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

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

border-color css

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

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

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