Html Css Color HEX #B12D9F Medium Red Violet

📋 copy color: '#B12D9F'

red 177 ◦ green 45 ◦ blue 159

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

Shades of Medium Red Violet #B12D9F

Tints of Medium Red Violet #B12D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 46.46%
G = 11.81%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B12D9F (or 0xB12D9F) is known color: Medium Red Violet. HEX triplet: B1, 2D and 9F. RGB value is (177,45,159). Sum of RGB (Red+Green+Blue) = 177+45+159=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12D9F is #4ED260. Grayscale: #616161. Windows color (decimal): -5165665 or 10431921. OLE color: 10431921.

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

Color convert

RGB 177 45 159 -
CMYK 0 0.75 0.10 0.31
HSL 308.18º 0.59% 0.44% -
HSV(B) 308.18º 0.75% 0.69% -
XYZ 25.33 13.73 34.12 -
YUV 97.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 177 45 159 0 0.75 0.10 0.31 308.18 0.59 0.44
Hex B1 2D 9F 0 4B A 1F 134 3B 2C
Octal 261 55 237 0 113 12 37 464 73 54
Binary 10110001 101101 10011111 0 1001011 1010 11111 100110100 111011 101100

Color Harmonies of #B12D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D9F

Black with #B12D9F

Text Example


Text Example

White with #B12D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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