Html Css Color HEX #B03F8D Medium Red Violet

📋 copy color: '#B03F8D'

red 176 ◦ green 63 ◦ blue 141

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

Shades of Medium Red Violet #B03F8D

Tints of Medium Red Violet #B03F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 16.58%

 BLUE value IS 141 (55.47% from 255) = 37.11%

R = 46.32%
G = 16.58%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B03F8D (or 0xB03F8D) is known color: Medium Red Violet. HEX triplet: B0, 3F and 8D. RGB value is (176,63,141). Sum of RGB (Red+Green+Blue) = 176+63+141=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03F8D is #4FC072. Grayscale: #696969. Windows color (decimal): -5226611 or 9256880. OLE color: 9256880.

HSL color Cylindrical-coordinate representation of color #B03F8D: hue angle of 318.58º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B03F8D is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 63 141 -
CMYK 0 0.64 0.20 0.31
HSL 318.58º 0.47% 0.47% -
HSV(B) 318.58º 0.64% 0.69% -
XYZ 24.49 14.71 26.75 -
YUV 105.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 176 63 141 0 0.64 0.20 0.31 318.58 0.47 0.47
Hex B0 3F 8D 0 40 14 1F 13F 2F 2F
Octal 260 77 215 0 100 24 37 477 57 57
Binary 10110000 111111 10001101 0 1000000 10100 11111 100111111 101111 101111

Color Harmonies of #B03F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03F8D

Black with #B03F8D

Text Example


Text Example

White with #B03F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03F8D; }

 p { color: rgb(176,63,141); }

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

background-color css

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

 a { background-color: rgb(176,63,141); }

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

border-color css

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

 span { border-color: rgb(176,63,141); }

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