Html Css Color HEX #B1209A Medium Red Violet

📋 copy color: '#B1209A'

red 177 ◦ green 32 ◦ blue 154

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

Shades of Medium Red Violet #B1209A

Tints of Medium Red Violet #B1209A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.82%

 BLUE value IS 154 (60.55% from 255) = 42.42%

R = 48.76%
G = 8.82%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B1209A (or 0xB1209A) is known color: Medium Red Violet. HEX triplet: B1, 20 and 9A. RGB value is (177,32,154). Sum of RGB (Red+Green+Blue) = 177+32+154=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B1209A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1209A is #4EDF65. Grayscale: #585858. Windows color (decimal): -5168998 or 10100913. OLE color: 10100913.

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

Color convert

RGB 177 32 154 -
CMYK 0 0.82 0.13 0.31
HSL 309.52º 0.69% 0.41% -
HSV(B) 309.52º 0.82% 0.69% -
XYZ 24.48 12.71 31.74 -
YUV 89.26 164.54 190.58 -
System Red Green Blue C M Y K H S L
Decimal 177 32 154 0 0.82 0.13 0.31 309.52 0.69 0.41
Hex B1 20 9A 0 52 D 1F 136 45 29
Octal 261 40 232 0 122 15 37 466 105 51
Binary 10110001 100000 10011010 0 1010010 1101 11111 100110110 1000101 101001

Color Harmonies of #B1209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1209A

Black with #B1209A

Text Example


Text Example

White with #B1209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1209A; }

 p { color: rgb(177,32,154); }

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

background-color css

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

 a { background-color: rgb(177,32,154); }

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

border-color css

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

 span { border-color: rgb(177,32,154); }

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