Html Css Color HEX #B03A8F Medium Red Violet

📋 copy color: '#B03A8F'

red 176 ◦ green 58 ◦ blue 143

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

Shades of Medium Red Violet #B03A8F

Tints of Medium Red Violet #B03A8F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.38%

 BLUE value IS 143 (56.25% from 255) = 37.93%

R = 46.68%
G = 15.38%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B03A8F (or 0xB03A8F) is known color: Medium Red Violet. HEX triplet: B0, 3A and 8F. RGB value is (176,58,143). Sum of RGB (Red+Green+Blue) = 176+58+143=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03A8F is #4FC570. Grayscale: #666666. Windows color (decimal): -5227889 or 9386672. OLE color: 9386672.

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

Color convert

RGB 176 58 143 -
CMYK 0 0.67 0.19 0.31
HSL 316.78º 0.5% 0.46% -
HSV(B) 316.78º 0.67% 0.69% -
XYZ 24.38 14.24 27.45 -
YUV 102.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 176 58 143 0 0.67 0.19 0.31 316.78 0.5 0.46
Hex B0 3A 8F 0 43 13 1F 13D 32 2E
Octal 260 72 217 0 103 23 37 475 62 56
Binary 10110000 111010 10001111 0 1000011 10011 11111 100111101 110010 101110

Color Harmonies of #B03A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03A8F

Black with #B03A8F

Text Example


Text Example

White with #B03A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03A8F; }

 p { color: rgb(176,58,143); }

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

background-color css

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

 a { background-color: rgb(176,58,143); }

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

border-color css

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

 span { border-color: rgb(176,58,143); }

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