Html Css Color HEX #B12773 Medium Red Violet

📋 copy color: '#B12773'

red 177 ◦ green 39 ◦ blue 115

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

Shades of Medium Red Violet #B12773

Tints of Medium Red Violet #B12773

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.78%

 BLUE value IS 115 (45.31% from 255) = 34.74%

R = 53.47%
G = 11.78%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B12773 (or 0xB12773) is known color: Medium Red Violet. HEX triplet: B1, 27 and 73. RGB value is (177,39,115). Sum of RGB (Red+Green+Blue) = 177+39+115=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B12773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12773 is #4ED88C. Grayscale: #585858. Windows color (decimal): -5167245 or 7546801. OLE color: 7546801.

HSL color Cylindrical-coordinate representation of color #B12773: hue angle of 326.96º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12773 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 115 -
CMYK 0 0.78 0.35 0.31
HSL 326.96º 0.64% 0.42% -
HSV(B) 326.96º 0.78% 0.69% -
XYZ 21.95 12.04 17.39 -
YUV 88.93 142.72 190.82 -
System Red Green Blue C M Y K H S L
Decimal 177 39 115 0 0.78 0.35 0.31 326.96 0.64 0.42
Hex B1 27 73 0 4E 23 1F 147 40 2A
Octal 261 47 163 0 116 43 37 507 100 52
Binary 10110001 100111 1110011 0 1001110 100011 11111 101000111 1000000 101010

Color Harmonies of #B12773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12773

Black with #B12773

Text Example


Text Example

White with #B12773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12773; }

 p { color: rgb(177,39,115); }

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

background-color css

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

 a { background-color: rgb(177,39,115); }

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

border-color css

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

 span { border-color: rgb(177,39,115); }

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