Html Css Color HEX #B12D94 Medium Red Violet

📋 copy color: '#B12D94'

red 177 ◦ green 45 ◦ blue 148

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

Shades of Medium Red Violet #B12D94

Tints of Medium Red Violet #B12D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40%

R = 47.84%
G = 12.16%
B = 40%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B12D94 (or 0xB12D94) is known color: Medium Red Violet. HEX triplet: B1, 2D and 94. RGB value is (177,45,148). Sum of RGB (Red+Green+Blue) = 177+45+148=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12D94 is #4ED26B. Grayscale: #5F5F5F. Windows color (decimal): -5165676 or 9711025. OLE color: 9711025.

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

Color convert

RGB 177 45 148 -
CMYK 0 0.75 0.16 0.31
HSL 313.18º 0.59% 0.44% -
HSV(B) 313.18º 0.75% 0.69% -
XYZ 24.42 13.36 29.31 -
YUV 96.21 157.23 185.62 -
System Red Green Blue C M Y K H S L
Decimal 177 45 148 0 0.75 0.16 0.31 313.18 0.59 0.44
Hex B1 2D 94 0 4B 10 1F 139 3B 2C
Octal 261 55 224 0 113 20 37 471 73 54
Binary 10110001 101101 10010100 0 1001011 10000 11111 100111001 111011 101100

Color Harmonies of #B12D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D94

Black with #B12D94

Text Example


Text Example

White with #B12D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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