Html Css Color HEX #B12D8A Medium Red Violet

📋 copy color: '#B12D8A'

red 177 ◦ green 45 ◦ blue 138

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

Shades of Medium Red Violet #B12D8A

Tints of Medium Red Violet #B12D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 49.17%
G = 12.5%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B12D8A (or 0xB12D8A) is known color: Medium Red Violet. HEX triplet: B1, 2D and 8A. RGB value is (177,45,138). Sum of RGB (Red+Green+Blue) = 177+45+138=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12D8A is #4ED275. Grayscale: #5E5E5E. Windows color (decimal): -5165686 or 9055665. OLE color: 9055665.

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

Color convert

RGB 177 45 138 -
CMYK 0 0.75 0.22 0.31
HSL 317.73º 0.59% 0.44% -
HSV(B) 317.73º 0.75% 0.69% -
XYZ 23.66 13.06 25.32 -
YUV 95.07 152.23 186.44 -
System Red Green Blue C M Y K H S L
Decimal 177 45 138 0 0.75 0.22 0.31 317.73 0.59 0.44
Hex B1 2D 8A 0 4B 16 1F 13E 3B 2C
Octal 261 55 212 0 113 26 37 476 73 54
Binary 10110001 101101 10001010 0 1001011 10110 11111 100111110 111011 101100

Color Harmonies of #B12D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D8A

Black with #B12D8A

Text Example


Text Example

White with #B12D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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