Html Css Color HEX #B12588 Medium Red Violet

📋 copy color: '#B12588'

red 177 ◦ green 37 ◦ blue 136

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

Shades of Medium Red Violet #B12588

Tints of Medium Red Violet #B12588

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.57%

 BLUE value IS 136 (53.52% from 255) = 38.86%

R = 50.57%
G = 10.57%
B = 38.86%

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

#B12588 (or 0xB12588) is known color: Medium Red Violet. HEX triplet: B1, 25 and 88. RGB value is (177,37,136). Sum of RGB (Red+Green+Blue) = 177+37+136=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B12588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12588 is #4EDA77. Grayscale: #595959. Windows color (decimal): -5167736 or 8922545. OLE color: 8922545.

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

Color convert

RGB 177 37 136 -
CMYK 0 0.79 0.23 0.31
HSL 317.57º 0.65% 0.42% -
HSV(B) 317.57º 0.79% 0.69% -
XYZ 23.24 12.45 24.47 -
YUV 90.15 153.88 189.95 -
System Red Green Blue C M Y K H S L
Decimal 177 37 136 0 0.79 0.23 0.31 317.57 0.65 0.42
Hex B1 25 88 0 4F 17 1F 13E 41 2A
Octal 261 45 210 0 117 27 37 476 101 52
Binary 10110001 100101 10001000 0 1001111 10111 11111 100111110 1000001 101010

Color Harmonies of #B12588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12588

Black with #B12588

Text Example


Text Example

White with #B12588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12588; }

 p { color: rgb(177,37,136); }

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

background-color css

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

 a { background-color: rgb(177,37,136); }

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

border-color css

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

 span { border-color: rgb(177,37,136); }

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