Html Css Color HEX #B12484 Medium Red Violet

📋 copy color: '#B12484'

red 177 ◦ green 36 ◦ blue 132

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

Shades of Medium Red Violet #B12484

Tints of Medium Red Violet #B12484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.26%

R = 51.3%
G = 10.43%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B12484 (or 0xB12484) is known color: Medium Red Violet. HEX triplet: B1, 24 and 84. RGB value is (177,36,132). Sum of RGB (Red+Green+Blue) = 177+36+132=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B12484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12484 is #4EDB7B. Grayscale: #585858. Windows color (decimal): -5167996 or 8660145. OLE color: 8660145.

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

Color convert

RGB 177 36 132 -
CMYK 0 0.80 0.25 0.31
HSL 319.15º 0.66% 0.42% -
HSV(B) 319.15º 0.8% 0.69% -
XYZ 22.93 12.27 22.99 -
YUV 89.1 152.21 190.69 -
System Red Green Blue C M Y K H S L
Decimal 177 36 132 0 0.80 0.25 0.31 319.15 0.66 0.42
Hex B1 24 84 0 50 19 1F 13F 42 2A
Octal 261 44 204 0 120 31 37 477 102 52
Binary 10110001 100100 10000100 0 1010000 11001 11111 100111111 1000010 101010

Color Harmonies of #B12484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12484

Black with #B12484

Text Example


Text Example

White with #B12484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12484; }

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

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

background-color css

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

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

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

border-color css

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

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

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