Html Css Color HEX #B12689 Medium Red Violet

📋 copy color: '#B12689'

red 177 ◦ green 38 ◦ blue 137

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

Shades of Medium Red Violet #B12689

Tints of Medium Red Violet #B12689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.92%

R = 50.28%
G = 10.8%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B12689 (or 0xB12689) is known color: Medium Red Violet. HEX triplet: B1, 26 and 89. RGB value is (177,38,137). Sum of RGB (Red+Green+Blue) = 177+38+137=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B12689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12689 is #4ED976. Grayscale: #5A5A5A. Windows color (decimal): -5167479 or 8988337. OLE color: 8988337.

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

Color convert

RGB 177 38 137 -
CMYK 0 0.79 0.23 0.31
HSL 317.27º 0.65% 0.42% -
HSV(B) 317.27º 0.79% 0.69% -
XYZ 23.34 12.54 24.86 -
YUV 90.85 154.05 189.45 -
System Red Green Blue C M Y K H S L
Decimal 177 38 137 0 0.79 0.23 0.31 317.27 0.65 0.42
Hex B1 26 89 0 4F 17 1F 13D 41 2A
Octal 261 46 211 0 117 27 37 475 101 52
Binary 10110001 100110 10001001 0 1001111 10111 11111 100111101 1000001 101010

Color Harmonies of #B12689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12689

Black with #B12689

Text Example


Text Example

White with #B12689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12689; }

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

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

background-color css

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

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

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

border-color css

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

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

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