Html Css Color HEX #B12D99 Medium Red Violet

📋 copy color: '#B12D99'

red 177 ◦ green 45 ◦ blue 153

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

Shades of Medium Red Violet #B12D99

Tints of Medium Red Violet #B12D99

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12%

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 47.2%
G = 12%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B12D99 (or 0xB12D99) is known color: Medium Red Violet. HEX triplet: B1, 2D and 99. RGB value is (177,45,153). Sum of RGB (Red+Green+Blue) = 177+45+153=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12D99 is #4ED266. Grayscale: #606060. Windows color (decimal): -5165671 or 10038705. OLE color: 10038705.

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

Color convert

RGB 177 45 153 -
CMYK 0 0.75 0.14 0.31
HSL 310.91º 0.59% 0.44% -
HSV(B) 310.91º 0.75% 0.69% -
XYZ 24.82 13.52 31.44 -
YUV 96.78 159.73 185.22 -
System Red Green Blue C M Y K H S L
Decimal 177 45 153 0 0.75 0.14 0.31 310.91 0.59 0.44
Hex B1 2D 99 0 4B E 1F 137 3B 2C
Octal 261 55 231 0 113 16 37 467 73 54
Binary 10110001 101101 10011001 0 1001011 1110 11111 100110111 111011 101100

Color Harmonies of #B12D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D99

Black with #B12D99

Text Example


Text Example

White with #B12D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D99; }

 p { color: rgb(177,45,153); }

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

background-color css

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

 a { background-color: rgb(177,45,153); }

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

border-color css

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

 span { border-color: rgb(177,45,153); }

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