Html Css Color HEX #B12477 Medium Red Violet

📋 copy color: '#B12477'

red 177 ◦ green 36 ◦ blue 119

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

Shades of Medium Red Violet #B12477

Tints of Medium Red Violet #B12477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.84%

 BLUE value IS 119 (46.88% from 255) = 35.84%

R = 53.31%
G = 10.84%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B12477 (or 0xB12477) is known color: Medium Red Violet. HEX triplet: B1, 24 and 77. RGB value is (177,36,119). Sum of RGB (Red+Green+Blue) = 177+36+119=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B12477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12477 is #4EDB88. Grayscale: #575757. Windows color (decimal): -5168009 or 7808177. OLE color: 7808177.

HSL color Cylindrical-coordinate representation of color #B12477: hue angle of 324.68º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12477 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 119 -
CMYK 0 0.80 0.33 0.31
HSL 324.68º 0.66% 0.42% -
HSV(B) 324.68º 0.8% 0.69% -
XYZ 22.09 11.94 18.59 -
YUV 87.62 145.71 191.75 -
System Red Green Blue C M Y K H S L
Decimal 177 36 119 0 0.80 0.33 0.31 324.68 0.66 0.42
Hex B1 24 77 0 50 21 1F 145 42 2A
Octal 261 44 167 0 120 41 37 505 102 52
Binary 10110001 100100 1110111 0 1010000 100001 11111 101000101 1000010 101010

Color Harmonies of #B12477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12477

Black with #B12477

Text Example


Text Example

White with #B12477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12477; }

 p { color: rgb(177,36,119); }

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

background-color css

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

 a { background-color: rgb(177,36,119); }

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

border-color css

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

 span { border-color: rgb(177,36,119); }

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