Html Css Color HEX #B03C89 Medium Red Violet

📋 copy color: '#B03C89'

red 176 ◦ green 60 ◦ blue 137

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

Shades of Medium Red Violet #B03C89

Tints of Medium Red Violet #B03C89

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.09%

 BLUE value IS 137 (53.91% from 255) = 36.73%

R = 47.18%
G = 16.09%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B03C89 (or 0xB03C89) is known color: Medium Red Violet. HEX triplet: B0, 3C and 89. RGB value is (176,60,137). Sum of RGB (Red+Green+Blue) = 176+60+137=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03C89 is #4FC376. Grayscale: #676767. Windows color (decimal): -5227383 or 8993968. OLE color: 8993968.

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

Color convert

RGB 176 60 137 -
CMYK 0 0.66 0.22 0.31
HSL 320.17º 0.49% 0.46% -
HSV(B) 320.17º 0.66% 0.69% -
XYZ 24.04 14.27 25.15 -
YUV 103.46 146.93 179.74 -
System Red Green Blue C M Y K H S L
Decimal 176 60 137 0 0.66 0.22 0.31 320.17 0.49 0.46
Hex B0 3C 89 0 42 16 1F 140 31 2E
Octal 260 74 211 0 102 26 37 500 61 56
Binary 10110000 111100 10001001 0 1000010 10110 11111 101000000 110001 101110

Color Harmonies of #B03C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C89

Black with #B03C89

Text Example


Text Example

White with #B03C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C89; }

 p { color: rgb(176,60,137); }

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

background-color css

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

 a { background-color: rgb(176,60,137); }

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

border-color css

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

 span { border-color: rgb(176,60,137); }

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