Html Css Color HEX #B12196 Medium Red Violet

📋 copy color: '#B12196'

red 177 ◦ green 33 ◦ blue 150

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

Shades of Medium Red Violet #B12196

Tints of Medium Red Violet #B12196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.67%

R = 49.17%
G = 9.17%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B12196 (or 0xB12196) is known color: Medium Red Violet. HEX triplet: B1, 21 and 96. RGB value is (177,33,150). Sum of RGB (Red+Green+Blue) = 177+33+150=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B12196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12196 is #4EDE69. Grayscale: #595959. Windows color (decimal): -5168746 or 9839025. OLE color: 9839025.

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

Color convert

RGB 177 33 150 -
CMYK 0 0.81 0.15 0.31
HSL 311.25º 0.69% 0.41% -
HSV(B) 311.25º 0.81% 0.69% -
XYZ 24.18 12.64 30.02 -
YUV 89.39 162.21 190.49 -
System Red Green Blue C M Y K H S L
Decimal 177 33 150 0 0.81 0.15 0.31 311.25 0.69 0.41
Hex B1 21 96 0 51 F 1F 137 45 29
Octal 261 41 226 0 121 17 37 467 105 51
Binary 10110001 100001 10010110 0 1010001 1111 11111 100110111 1000101 101001

Color Harmonies of #B12196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12196

Black with #B12196

Text Example


Text Example

White with #B12196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12196; }

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

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

background-color css

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

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

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

border-color css

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

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

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