Html Css Color HEX #B12275 Medium Red Violet

📋 copy color: '#B12275'

red 177 ◦ green 34 ◦ blue 117

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

Shades of Medium Red Violet #B12275

Tints of Medium Red Violet #B12275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.37%

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

R = 53.96%
G = 10.37%
B = 35.67%

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

#B12275 (or 0xB12275) is known color: Medium Red Violet. HEX triplet: B1, 22 and 75. RGB value is (177,34,117). Sum of RGB (Red+Green+Blue) = 177+34+117=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B12275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12275 is #4EDD8A. Grayscale: #565656. Windows color (decimal): -5168523 or 7676593. OLE color: 7676593.

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

Color convert

RGB 177 34 117 -
CMYK 0 0.81 0.34 0.31
HSL 325.17º 0.68% 0.41% -
HSV(B) 325.17º 0.81% 0.69% -
XYZ 21.91 11.78 17.95 -
YUV 86.22 145.38 192.75 -
System Red Green Blue C M Y K H S L
Decimal 177 34 117 0 0.81 0.34 0.31 325.17 0.68 0.41
Hex B1 22 75 0 51 22 1F 145 44 29
Octal 261 42 165 0 121 42 37 505 104 51
Binary 10110001 100010 1110101 0 1010001 100010 11111 101000101 1000100 101001

Color Harmonies of #B12275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12275

Black with #B12275

Text Example


Text Example

White with #B12275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12275; }

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

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

background-color css

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

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

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

border-color css

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

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

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