Html Css Color HEX #B1228A Medium Red Violet

📋 copy color: '#B1228A'

red 177 ◦ green 34 ◦ blue 138

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

Shades of Medium Red Violet #B1228A

Tints of Medium Red Violet #B1228A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 50.72%
G = 9.74%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1228A (or 0xB1228A) is known color: Medium Red Violet. HEX triplet: B1, 22 and 8A. RGB value is (177,34,138). Sum of RGB (Red+Green+Blue) = 177+34+138=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B1228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1228A is #4EDD75. Grayscale: #585858. Windows color (decimal): -5168502 or 9052849. OLE color: 9052849.

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

Color convert

RGB 177 34 138 -
CMYK 0 0.81 0.22 0.31
HSL 316.36º 0.68% 0.41% -
HSV(B) 316.36º 0.81% 0.69% -
XYZ 23.29 12.33 25.2 -
YUV 88.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 177 34 138 0 0.81 0.22 0.31 316.36 0.68 0.41
Hex B1 22 8A 0 51 16 1F 13C 44 29
Octal 261 42 212 0 121 26 37 474 104 51
Binary 10110001 100010 10001010 0 1010001 10110 11111 100111100 1000100 101001

Color Harmonies of #B1228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1228A

Black with #B1228A

Text Example


Text Example

White with #B1228A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1228A; }

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

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

background-color css

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

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

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

border-color css

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

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

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