Html Css Color HEX #B12175 Medium Red Violet

📋 copy color: '#B12175'

red 177 ◦ green 33 ◦ blue 117

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

Shades of Medium Red Violet #B12175

Tints of Medium Red Violet #B12175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.78%

R = 54.13%
G = 10.09%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B12175 (or 0xB12175) is known color: Medium Red Violet. HEX triplet: B1, 21 and 75. RGB value is (177,33,117). Sum of RGB (Red+Green+Blue) = 177+33+117=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B12175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12175 is #4EDE8A. Grayscale: #555555. Windows color (decimal): -5168779 or 7676337. OLE color: 7676337.

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

Color convert

RGB 177 33 117 -
CMYK 0 0.81 0.34 0.31
HSL 325º 0.69% 0.41% -
HSV(B) 325º 0.81% 0.69% -
XYZ 21.89 11.72 17.94 -
YUV 85.63 145.71 193.17 -
System Red Green Blue C M Y K H S L
Decimal 177 33 117 0 0.81 0.34 0.31 325 0.69 0.41
Hex B1 21 75 0 51 22 1F 145 45 29
Octal 261 41 165 0 121 42 37 505 105 51
Binary 10110001 100001 1110101 0 1010001 100010 11111 101000101 1000101 101001

Color Harmonies of #B12175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12175

Black with #B12175

Text Example


Text Example

White with #B12175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12175; }

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

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

background-color css

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

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

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

border-color css

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

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

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