Html Css Color HEX #B1228F Medium Red Violet

📋 copy color: '#B1228F'

red 177 ◦ green 34 ◦ blue 143

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

Shades of Medium Red Violet #B1228F

Tints of Medium Red Violet #B1228F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.6%

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

R = 50%
G = 9.6%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1228F (or 0xB1228F) is known color: Medium Red Violet. HEX triplet: B1, 22 and 8F. RGB value is (177,34,143). Sum of RGB (Red+Green+Blue) = 177+34+143=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1228F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1228F is #4EDD70. Grayscale: #585858. Windows color (decimal): -5168497 or 9380529. OLE color: 9380529.

HSL color Cylindrical-coordinate representation of color #B1228F: hue angle of 314.27º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1228F is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 34 143 -
CMYK 0 0.81 0.19 0.31
HSL 314.27º 0.68% 0.41% -
HSV(B) 314.27º 0.81% 0.69% -
XYZ 23.66 12.47 27.15 -
YUV 89.18 158.38 190.64 -
System Red Green Blue C M Y K H S L
Decimal 177 34 143 0 0.81 0.19 0.31 314.27 0.68 0.41
Hex B1 22 8F 0 51 13 1F 13A 44 29
Octal 261 42 217 0 121 23 37 472 104 51
Binary 10110001 100010 10001111 0 1010001 10011 11111 100111010 1000100 101001

Color Harmonies of #B1228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1228F

Black with #B1228F

Text Example


Text Example

White with #B1228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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