Html Css Color HEX #B12482 Medium Red Violet

📋 copy color: '#B12482'

red 177 ◦ green 36 ◦ blue 130

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

Shades of Medium Red Violet #B12482

Tints of Medium Red Violet #B12482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.9%

R = 51.6%
G = 10.5%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B12482 (or 0xB12482) is known color: Medium Red Violet. HEX triplet: B1, 24 and 82. RGB value is (177,36,130). Sum of RGB (Red+Green+Blue) = 177+36+130=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B12482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12482 is #4EDB7D. Grayscale: #585858. Windows color (decimal): -5167998 or 8529073. OLE color: 8529073.

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

Color convert

RGB 177 36 130 -
CMYK 0 0.80 0.27 0.31
HSL 320º 0.66% 0.42% -
HSV(B) 320º 0.8% 0.69% -
XYZ 22.79 12.22 22.28 -
YUV 88.88 151.21 190.86 -
System Red Green Blue C M Y K H S L
Decimal 177 36 130 0 0.80 0.27 0.31 320 0.66 0.42
Hex B1 24 82 0 50 1B 1F 140 42 2A
Octal 261 44 202 0 120 33 37 500 102 52
Binary 10110001 100100 10000010 0 1010000 11011 11111 101000000 1000010 101010

Color Harmonies of #B12482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12482

Black with #B12482

Text Example


Text Example

White with #B12482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12482; }

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

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

background-color css

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

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

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

border-color css

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

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

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