Html Css Color HEX #B12182 Medium Red Violet

📋 copy color: '#B12182'

red 177 ◦ green 33 ◦ blue 130

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

Shades of Medium Red Violet #B12182

Tints of Medium Red Violet #B12182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.71%

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

R = 52.06%
G = 9.71%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B12182 (or 0xB12182) is known color: Medium Red Violet. HEX triplet: B1, 21 and 82. RGB value is (177,33,130). Sum of RGB (Red+Green+Blue) = 177+33+130=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B12182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12182 is #4EDE7D. Grayscale: #565656. Windows color (decimal): -5168766 or 8528305. OLE color: 8528305.

HSL color Cylindrical-coordinate representation of color #B12182: hue angle of 319.58º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12182 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 130 -
CMYK 0 0.81 0.27 0.31
HSL 319.58º 0.69% 0.41% -
HSV(B) 319.58º 0.81% 0.69% -
XYZ 22.7 12.05 22.25 -
YUV 87.11 152.21 192.11 -
System Red Green Blue C M Y K H S L
Decimal 177 33 130 0 0.81 0.27 0.31 319.58 0.69 0.41
Hex B1 21 82 0 51 1B 1F 140 45 29
Octal 261 41 202 0 121 33 37 500 105 51
Binary 10110001 100001 10000010 0 1010001 11011 11111 101000000 1000101 101001

Color Harmonies of #B12182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12182

Black with #B12182

Text Example


Text Example

White with #B12182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12182; }

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

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

background-color css

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

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

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

border-color css

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

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

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