Html Css Color HEX #B12DA1 Medium Red Violet

📋 copy color: '#B12DA1'

red 177 ◦ green 45 ◦ blue 161

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

Shades of Medium Red Violet #B12DA1

Tints of Medium Red Violet #B12DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.04%

R = 46.21%
G = 11.75%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B12DA1 (or 0xB12DA1) is known color: Medium Red Violet. HEX triplet: B1, 2D and A1. RGB value is (177,45,161). Sum of RGB (Red+Green+Blue) = 177+45+161=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B12DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12DA1 is #4ED25E. Grayscale: #616161. Windows color (decimal): -5165663 or 10562993. OLE color: 10562993.

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

Color convert

RGB 177 45 161 -
CMYK 0 0.75 0.09 0.31
HSL 307.27º 0.59% 0.44% -
HSV(B) 307.27º 0.75% 0.69% -
XYZ 25.5 13.8 35.04 -
YUV 97.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 177 45 161 0 0.75 0.09 0.31 307.27 0.59 0.44
Hex B1 2D A1 0 4B 9 1F 133 3B 2C
Octal 261 55 241 0 113 11 37 463 73 54
Binary 10110001 101101 10100001 0 1001011 1001 11111 100110011 111011 101100

Color Harmonies of #B12DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DA1

Black with #B12DA1

Text Example


Text Example

White with #B12DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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