Html Css Color HEX #B03987 Medium Red Violet

📋 copy color: '#B03987'

red 176 ◦ green 57 ◦ blue 135

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

Shades of Medium Red Violet #B03987

Tints of Medium Red Violet #B03987

RGB

 RED value IS 176 (69.14% from 255) = 47.83%

 GREEN value IS 57 (22.66% from 255) = 15.49%

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

R = 47.83%
G = 15.49%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B03987 (or 0xB03987) is known color: Medium Red Violet. HEX triplet: B0, 39 and 87. RGB value is (176,57,135). Sum of RGB (Red+Green+Blue) = 176+57+135=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B03987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03987 is #4FC678. Grayscale: #656565. Windows color (decimal): -5228153 or 8862128. OLE color: 8862128.

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

Color convert

RGB 176 57 135 -
CMYK 0 0.68 0.23 0.31
HSL 320.67º 0.51% 0.46% -
HSV(B) 320.67º 0.68% 0.69% -
XYZ 23.74 13.91 24.35 -
YUV 101.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 176 57 135 0 0.68 0.23 0.31 320.67 0.51 0.46
Hex B0 39 87 0 44 17 1F 141 33 2E
Octal 260 71 207 0 104 27 37 501 63 56
Binary 10110000 111001 10000111 0 1000100 10111 11111 101000001 110011 101110

Color Harmonies of #B03987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03987

Black with #B03987

Text Example


Text Example

White with #B03987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03987; }

 p { color: rgb(176,57,135); }

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

background-color css

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

 a { background-color: rgb(176,57,135); }

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

border-color css

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

 span { border-color: rgb(176,57,135); }

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