Html Css Color HEX #B12F9F Medium Red Violet

📋 copy color: '#B12F9F'

red 177 ◦ green 47 ◦ blue 159

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

Shades of Medium Red Violet #B12F9F

Tints of Medium Red Violet #B12F9F

RGB

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

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

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

R = 46.21%
G = 12.27%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B12F9F (or 0xB12F9F) is known color: Medium Red Violet. HEX triplet: B1, 2F and 9F. RGB value is (177,47,159). Sum of RGB (Red+Green+Blue) = 177+47+159=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12F9F is #4ED060. Grayscale: #626262. Windows color (decimal): -5165153 or 10432433. OLE color: 10432433.

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

Color convert

RGB 177 47 159 -
CMYK 0 0.73 0.10 0.31
HSL 308.31º 0.58% 0.44% -
HSV(B) 308.31º 0.73% 0.69% -
XYZ 25.41 13.88 34.14 -
YUV 98.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 177 47 159 0 0.73 0.10 0.31 308.31 0.58 0.44
Hex B1 2F 9F 0 49 A 1F 134 3A 2C
Octal 261 57 237 0 111 12 37 464 72 54
Binary 10110001 101111 10011111 0 1001001 1010 11111 100110100 111010 101100

Color Harmonies of #B12F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12F9F

Black with #B12F9F

Text Example


Text Example

White with #B12F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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