Html Css Color HEX #B12195 Medium Red Violet

📋 copy color: '#B12195'

red 177 ◦ green 33 ◦ blue 149

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

Shades of Medium Red Violet #B12195

Tints of Medium Red Violet #B12195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.19%

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 49.3%
G = 9.19%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B12195 (or 0xB12195) is known color: Medium Red Violet. HEX triplet: B1, 21 and 95. RGB value is (177,33,149). Sum of RGB (Red+Green+Blue) = 177+33+149=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B12195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12195 is #4EDE6A. Grayscale: #585858. Windows color (decimal): -5168747 or 9773489. OLE color: 9773489.

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

Color convert

RGB 177 33 149 -
CMYK 0 0.81 0.16 0.31
HSL 311.67º 0.69% 0.41% -
HSV(B) 311.67º 0.81% 0.69% -
XYZ 24.1 12.6 29.6 -
YUV 89.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 177 33 149 0 0.81 0.16 0.31 311.67 0.69 0.41
Hex B1 21 95 0 51 10 1F 138 45 29
Octal 261 41 225 0 121 20 37 470 105 51
Binary 10110001 100001 10010101 0 1010001 10000 11111 100111000 1000101 101001

Color Harmonies of #B12195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12195

Black with #B12195

Text Example


Text Example

White with #B12195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12195; }

 p { color: rgb(177,33,149); }

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

background-color css

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

 a { background-color: rgb(177,33,149); }

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

border-color css

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

 span { border-color: rgb(177,33,149); }

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