Html Css Color HEX #B12F8E Medium Red Violet

📋 copy color: '#B12F8E'

red 177 ◦ green 47 ◦ blue 142

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

Shades of Medium Red Violet #B12F8E

Tints of Medium Red Violet #B12F8E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.84%

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 48.36%
G = 12.84%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B12F8E (or 0xB12F8E) is known color: Medium Red Violet. HEX triplet: B1, 2F and 8E. RGB value is (177,47,142). Sum of RGB (Red+Green+Blue) = 177+47+142=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12F8E is #4ED071. Grayscale: #606060. Windows color (decimal): -5165170 or 9318321. OLE color: 9318321.

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

Color convert

RGB 177 47 142 -
CMYK 0 0.73 0.20 0.31
HSL 316.15º 0.58% 0.44% -
HSV(B) 316.15º 0.73% 0.69% -
XYZ 24.03 13.33 26.9 -
YUV 96.7 153.57 185.28 -
System Red Green Blue C M Y K H S L
Decimal 177 47 142 0 0.73 0.20 0.31 316.15 0.58 0.44
Hex B1 2F 8E 0 49 14 1F 13C 3A 2C
Octal 261 57 216 0 111 24 37 474 72 54
Binary 10110001 101111 10001110 0 1001001 10100 11111 100111100 111010 101100

Color Harmonies of #B12F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12F8E

Black with #B12F8E

Text Example


Text Example

White with #B12F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12F8E; }

 p { color: rgb(177,47,142); }

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

background-color css

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

 a { background-color: rgb(177,47,142); }

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

border-color css

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

 span { border-color: rgb(177,47,142); }

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