Html Css Color HEX #B12988 Medium Red Violet

📋 copy color: '#B12988'

red 177 ◦ green 41 ◦ blue 136

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

Shades of Medium Red Violet #B12988

Tints of Medium Red Violet #B12988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.58%

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

R = 50%
G = 11.58%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B12988 (or 0xB12988) is known color: Medium Red Violet. HEX triplet: B1, 29 and 88. RGB value is (177,41,136). Sum of RGB (Red+Green+Blue) = 177+41+136=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B12988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12988 is #4ED677. Grayscale: #5C5C5C. Windows color (decimal): -5166712 or 8923569. OLE color: 8923569.

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

Color convert

RGB 177 41 136 -
CMYK 0 0.77 0.23 0.31
HSL 318.09º 0.62% 0.43% -
HSV(B) 318.09º 0.77% 0.69% -
XYZ 23.37 12.71 24.51 -
YUV 92.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 177 41 136 0 0.77 0.23 0.31 318.09 0.62 0.43
Hex B1 29 88 0 4D 17 1F 13E 3E 2B
Octal 261 51 210 0 115 27 37 476 76 53
Binary 10110001 101001 10001000 0 1001101 10111 11111 100111110 111110 101011

Color Harmonies of #B12988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12988

Black with #B12988

Text Example


Text Example

White with #B12988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12988; }

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

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

background-color css

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

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

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

border-color css

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

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

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