Html Css Color HEX #B12C92 Medium Red Violet

📋 copy color: '#B12C92'

red 177 ◦ green 44 ◦ blue 146

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

Shades of Medium Red Violet #B12C92

Tints of Medium Red Violet #B12C92

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.99%

 BLUE value IS 146 (57.42% from 255) = 39.78%

R = 48.23%
G = 11.99%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B12C92 (or 0xB12C92) is known color: Medium Red Violet. HEX triplet: B1, 2C and 92. RGB value is (177,44,146). Sum of RGB (Red+Green+Blue) = 177+44+146=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12C92 is #4ED36D. Grayscale: #5F5F5F. Windows color (decimal): -5165934 or 9579697. OLE color: 9579697.

HSL color Cylindrical-coordinate representation of color #B12C92: hue angle of 313.98º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12C92 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 44 146 -
CMYK 0 0.75 0.18 0.31
HSL 313.99º 0.6% 0.43% -
HSV(B) 313.99º 0.75% 0.69% -
XYZ 24.22 13.22 28.47 -
YUV 95.4 156.56 186.21 -
System Red Green Blue C M Y K H S L
Decimal 177 44 146 0 0.75 0.18 0.31 313.99 0.6 0.43
Hex B1 2C 92 0 4B 12 1F 13A 3C 2B
Octal 261 54 222 0 113 22 37 472 74 53
Binary 10110001 101100 10010010 0 1001011 10010 11111 100111010 111100 101011

Color Harmonies of #B12C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12C92

Black with #B12C92

Text Example


Text Example

White with #B12C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12C92; }

 p { color: rgb(177,44,146); }

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

background-color css

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

 a { background-color: rgb(177,44,146); }

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

border-color css

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

 span { border-color: rgb(177,44,146); }

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