Html Css Color HEX #B12487 Medium Red Violet

📋 copy color: '#B12487'

red 177 ◦ green 36 ◦ blue 135

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

Shades of Medium Red Violet #B12487

Tints of Medium Red Violet #B12487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.34%

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 50.86%
G = 10.34%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B12487 (or 0xB12487) is known color: Medium Red Violet. HEX triplet: B1, 24 and 87. RGB value is (177,36,135). Sum of RGB (Red+Green+Blue) = 177+36+135=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B12487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12487 is #4EDB78. Grayscale: #595959. Windows color (decimal): -5167993 or 8856753. OLE color: 8856753.

HSL color Cylindrical-coordinate representation of color #B12487: hue angle of 317.87º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12487 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 135 -
CMYK 0 0.80 0.24 0.31
HSL 317.87º 0.66% 0.42% -
HSV(B) 317.87º 0.8% 0.69% -
XYZ 23.14 12.36 24.09 -
YUV 89.45 153.71 190.45 -
System Red Green Blue C M Y K H S L
Decimal 177 36 135 0 0.80 0.24 0.31 317.87 0.66 0.42
Hex B1 24 87 0 50 18 1F 13E 42 2A
Octal 261 44 207 0 120 30 37 476 102 52
Binary 10110001 100100 10000111 0 1010000 11000 11111 100111110 1000010 101010

Color Harmonies of #B12487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12487

Black with #B12487

Text Example


Text Example

White with #B12487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12487; }

 p { color: rgb(177,36,135); }

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

background-color css

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

 a { background-color: rgb(177,36,135); }

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

border-color css

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

 span { border-color: rgb(177,36,135); }

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