Html Css Color HEX #B12673 Medium Red Violet

📋 copy color: '#B12673'

red 177 ◦ green 38 ◦ blue 115

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

Shades of Medium Red Violet #B12673

Tints of Medium Red Violet #B12673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.52%

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

R = 53.64%
G = 11.52%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B12673 (or 0xB12673) is known color: Medium Red Violet. HEX triplet: B1, 26 and 73. RGB value is (177,38,115). Sum of RGB (Red+Green+Blue) = 177+38+115=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B12673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12673 is #4ED98C. Grayscale: #585858. Windows color (decimal): -5167501 or 7546545. OLE color: 7546545.

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

Color convert

RGB 177 38 115 -
CMYK 0 0.79 0.35 0.31
HSL 326.76º 0.65% 0.42% -
HSV(B) 326.76º 0.79% 0.69% -
XYZ 21.92 11.97 17.38 -
YUV 88.34 143.05 191.24 -
System Red Green Blue C M Y K H S L
Decimal 177 38 115 0 0.79 0.35 0.31 326.76 0.65 0.42
Hex B1 26 73 0 4F 23 1F 147 41 2A
Octal 261 46 163 0 117 43 37 507 101 52
Binary 10110001 100110 1110011 0 1001111 100011 11111 101000111 1000001 101010

Color Harmonies of #B12673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12673

Black with #B12673

Text Example


Text Example

White with #B12673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12673; }

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

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

background-color css

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

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

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

border-color css

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

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

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