Html Css Color HEX #B03C9F Medium Red Violet

📋 copy color: '#B03C9F'

red 176 ◦ green 60 ◦ blue 159

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

Shades of Medium Red Violet #B03C9F

Tints of Medium Red Violet #B03C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.25%

R = 44.56%
G = 15.19%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B03C9F (or 0xB03C9F) is known color: Medium Red Violet. HEX triplet: B0, 3C and 9F. RGB value is (176,60,159). Sum of RGB (Red+Green+Blue) = 176+60+159=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03C9F is #4FC360. Grayscale: #696969. Windows color (decimal): -5227361 or 10435760. OLE color: 10435760.

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

Color convert

RGB 176 60 159 -
CMYK 0 0.66 0.10 0.31
HSL 308.79º 0.49% 0.46% -
HSV(B) 308.79º 0.66% 0.69% -
XYZ 25.78 14.97 34.33 -
YUV 105.97 157.93 177.95 -
System Red Green Blue C M Y K H S L
Decimal 176 60 159 0 0.66 0.10 0.31 308.79 0.49 0.46
Hex B0 3C 9F 0 42 A 1F 135 31 2E
Octal 260 74 237 0 102 12 37 465 61 56
Binary 10110000 111100 10011111 0 1000010 1010 11111 100110101 110001 101110

Color Harmonies of #B03C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C9F

Black with #B03C9F

Text Example


Text Example

White with #B03C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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