Html Css Color HEX #B12087 Medium Red Violet

📋 copy color: '#B12087'

red 177 ◦ green 32 ◦ blue 135

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

Shades of Medium Red Violet #B12087

Tints of Medium Red Violet #B12087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.24%

R = 51.45%
G = 9.3%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B12087 (or 0xB12087) is known color: Medium Red Violet. HEX triplet: B1, 20 and 87. RGB value is (177,32,135). Sum of RGB (Red+Green+Blue) = 177+32+135=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B12087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12087 is #4EDF78. Grayscale: #565656. Windows color (decimal): -5169017 or 8855729. OLE color: 8855729.

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

Color convert

RGB 177 32 135 -
CMYK 0 0.82 0.24 0.31
HSL 317.38º 0.69% 0.41% -
HSV(B) 317.38º 0.82% 0.69% -
XYZ 23.02 12.13 24.05 -
YUV 87.1 155.04 192.12 -
System Red Green Blue C M Y K H S L
Decimal 177 32 135 0 0.82 0.24 0.31 317.38 0.69 0.41
Hex B1 20 87 0 52 18 1F 13D 45 29
Octal 261 40 207 0 122 30 37 475 105 51
Binary 10110001 100000 10000111 0 1010010 11000 11111 100111101 1000101 101001

Color Harmonies of #B12087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12087

Black with #B12087

Text Example


Text Example

White with #B12087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12087; }

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

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

background-color css

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

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

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

border-color css

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

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

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