Html Css Color HEX #B12188 Medium Red Violet

📋 copy color: '#B12188'

red 177 ◦ green 33 ◦ blue 136

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

Shades of Medium Red Violet #B12188

Tints of Medium Red Violet #B12188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.54%

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

R = 51.16%
G = 9.54%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B12188 (or 0xB12188) is known color: Medium Red Violet. HEX triplet: B1, 21 and 88. RGB value is (177,33,136). Sum of RGB (Red+Green+Blue) = 177+33+136=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B12188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12188 is #4EDE77. Grayscale: #575757. Windows color (decimal): -5168760 or 8921521. OLE color: 8921521.

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

Color convert

RGB 177 33 136 -
CMYK 0 0.81 0.23 0.31
HSL 317.08º 0.69% 0.41% -
HSV(B) 317.08º 0.81% 0.69% -
XYZ 23.12 12.21 24.43 -
YUV 87.8 155.21 191.62 -
System Red Green Blue C M Y K H S L
Decimal 177 33 136 0 0.81 0.23 0.31 317.08 0.69 0.41
Hex B1 21 88 0 51 17 1F 13D 45 29
Octal 261 41 210 0 121 27 37 475 105 51
Binary 10110001 100001 10001000 0 1010001 10111 11111 100111101 1000101 101001

Color Harmonies of #B12188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12188

Black with #B12188

Text Example


Text Example

White with #B12188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12188; }

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

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

background-color css

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

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

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

border-color css

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

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

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