Html Css Color HEX #B12178 Medium Red Violet

📋 copy color: '#B12178'

red 177 ◦ green 33 ◦ blue 120

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

Shades of Medium Red Violet #B12178

Tints of Medium Red Violet #B12178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.36%

R = 53.64%
G = 10%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B12178 (or 0xB12178) is known color: Medium Red Violet. HEX triplet: B1, 21 and 78. RGB value is (177,33,120). Sum of RGB (Red+Green+Blue) = 177+33+120=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B12178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12178 is #4EDE87. Grayscale: #555555. Windows color (decimal): -5168776 or 7872945. OLE color: 7872945.

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

Color convert

RGB 177 33 120 -
CMYK 0 0.81 0.32 0.31
HSL 323.75º 0.69% 0.41% -
HSV(B) 323.75º 0.81% 0.69% -
XYZ 22.07 11.79 18.88 -
YUV 85.97 147.21 192.93 -
System Red Green Blue C M Y K H S L
Decimal 177 33 120 0 0.81 0.32 0.31 323.75 0.69 0.41
Hex B1 21 78 0 51 20 1F 144 45 29
Octal 261 41 170 0 121 40 37 504 105 51
Binary 10110001 100001 1111000 0 1010001 100000 11111 101000100 1000101 101001

Color Harmonies of #B12178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12178

Black with #B12178

Text Example


Text Example

White with #B12178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12178; }

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

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

background-color css

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

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

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

border-color css

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

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

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