Html Css Color HEX #B03F8B Medium Red Violet

📋 copy color: '#B03F8B'

red 176 ◦ green 63 ◦ blue 139

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

Shades of Medium Red Violet #B03F8B

Tints of Medium Red Violet #B03F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 46.56%
G = 16.67%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B03F8B (or 0xB03F8B) is known color: Medium Red Violet. HEX triplet: B0, 3F and 8B. RGB value is (176,63,139). Sum of RGB (Red+Green+Blue) = 176+63+139=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03F8B is #4FC074. Grayscale: #696969. Windows color (decimal): -5226613 or 9125808. OLE color: 9125808.

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

Color convert

RGB 176 63 139 -
CMYK 0 0.64 0.21 0.31
HSL 319.65º 0.47% 0.47% -
HSV(B) 319.65º 0.64% 0.69% -
XYZ 24.34 14.65 25.97 -
YUV 105.45 146.94 178.32 -
System Red Green Blue C M Y K H S L
Decimal 176 63 139 0 0.64 0.21 0.31 319.65 0.47 0.47
Hex B0 3F 8B 0 40 15 1F 140 2F 2F
Octal 260 77 213 0 100 25 37 500 57 57
Binary 10110000 111111 10001011 0 1000000 10101 11111 101000000 101111 101111

Color Harmonies of #B03F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03F8B

Black with #B03F8B

Text Example


Text Example

White with #B03F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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