Html Css Color HEX #B12296 Medium Red Violet

📋 copy color: '#B12296'

red 177 ◦ green 34 ◦ blue 150

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

Shades of Medium Red Violet #B12296

Tints of Medium Red Violet #B12296

RGB

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

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

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

R = 49.03%
G = 9.42%
B = 41.55%

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

#B12296 (or 0xB12296) is known color: Medium Red Violet. HEX triplet: B1, 22 and 96. RGB value is (177,34,150). Sum of RGB (Red+Green+Blue) = 177+34+150=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B12296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12296 is #4EDD69. Grayscale: #595959. Windows color (decimal): -5168490 or 9839281. OLE color: 9839281.

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

Color convert

RGB 177 34 150 -
CMYK 0 0.81 0.15 0.31
HSL 311.33º 0.68% 0.41% -
HSV(B) 311.33º 0.81% 0.69% -
XYZ 24.21 12.69 30.03 -
YUV 89.98 161.88 190.07 -
System Red Green Blue C M Y K H S L
Decimal 177 34 150 0 0.81 0.15 0.31 311.33 0.68 0.41
Hex B1 22 96 0 51 F 1F 137 44 29
Octal 261 42 226 0 121 17 37 467 104 51
Binary 10110001 100010 10010110 0 1010001 1111 11111 100110111 1000100 101001

Color Harmonies of #B12296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12296

Black with #B12296

Text Example


Text Example

White with #B12296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12296; }

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

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

background-color css

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

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

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

border-color css

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

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

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