Html Css Color HEX #B03D9F Medium Red Violet

📋 copy color: '#B03D9F'

red 176 ◦ green 61 ◦ blue 159

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

Shades of Medium Red Violet #B03D9F

Tints of Medium Red Violet #B03D9F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.4%

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

R = 44.44%
G = 15.4%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B03D9F (or 0xB03D9F) is known color: Medium Red Violet. HEX triplet: B0, 3D and 9F. RGB value is (176,61,159). Sum of RGB (Red+Green+Blue) = 176+61+159=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03D9F is #4FC260. Grayscale: #6A6A6A. Windows color (decimal): -5227105 or 10436016. OLE color: 10436016.

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

Color convert

RGB 176 61 159 -
CMYK 0 0.65 0.10 0.31
HSL 308.87º 0.49% 0.46% -
HSV(B) 308.87º 0.65% 0.69% -
XYZ 25.83 15.07 34.35 -
YUV 106.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 176 61 159 0 0.65 0.10 0.31 308.87 0.49 0.46
Hex B0 3D 9F 0 41 A 1F 135 31 2E
Octal 260 75 237 0 101 12 37 465 61 56
Binary 10110000 111101 10011111 0 1000001 1010 11111 100110101 110001 101110

Color Harmonies of #B03D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03D9F

Black with #B03D9F

Text Example


Text Example

White with #B03D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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