Html Css Color HEX #B12088 Medium Red Violet

📋 copy color: '#B12088'

red 177 ◦ green 32 ◦ blue 136

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

Shades of Medium Red Violet #B12088

Tints of Medium Red Violet #B12088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.28%

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

R = 51.3%
G = 9.28%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B12088 (or 0xB12088) is known color: Medium Red Violet. HEX triplet: B1, 20 and 88. RGB value is (177,32,136). Sum of RGB (Red+Green+Blue) = 177+32+136=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B12088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12088 is #4EDF77. Grayscale: #565656. Windows color (decimal): -5169016 or 8921265. OLE color: 8921265.

HSL color Cylindrical-coordinate representation of color #B12088: hue angle of 316.97º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12088 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 32 136 -
CMYK 0 0.82 0.23 0.31
HSL 316.97º 0.69% 0.41% -
HSV(B) 316.97º 0.82% 0.69% -
XYZ 23.09 12.16 24.42 -
YUV 87.21 155.54 192.04 -
System Red Green Blue C M Y K H S L
Decimal 177 32 136 0 0.82 0.23 0.31 316.97 0.69 0.41
Hex B1 20 88 0 52 17 1F 13D 45 29
Octal 261 40 210 0 122 27 37 475 105 51
Binary 10110001 100000 10001000 0 1010010 10111 11111 100111101 1000101 101001

Color Harmonies of #B12088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12088

Black with #B12088

Text Example


Text Example

White with #B12088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12088; }

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

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

background-color css

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

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

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

border-color css

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

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

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