Html Css Color HEX #B03491 Medium Red Violet

📋 copy color: '#B03491'

red 176 ◦ green 52 ◦ blue 145

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

Shades of Medium Red Violet #B03491

Tints of Medium Red Violet #B03491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.94%

 BLUE value IS 145 (57.03% from 255) = 38.87%

R = 47.18%
G = 13.94%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B03491 (or 0xB03491) is known color: Medium Red Violet. HEX triplet: B0, 34 and 91. RGB value is (176,52,145). Sum of RGB (Red+Green+Blue) = 176+52+145=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B03491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03491 is #4FCB6E. Grayscale: #636363. Windows color (decimal): -5229423 or 9516208. OLE color: 9516208.

HSL color Cylindrical-coordinate representation of color #B03491: hue angle of 315º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03491 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 145 -
CMYK 0 0.70 0.18 0.31
HSL 315º 0.54% 0.45% -
HSV(B) 315º 0.7% 0.69% -
XYZ 24.24 13.73 28.16 -
YUV 99.68 153.58 182.44 -
System Red Green Blue C M Y K H S L
Decimal 176 52 145 0 0.70 0.18 0.31 315 0.54 0.45
Hex B0 34 91 0 46 12 1F 13B 36 2D
Octal 260 64 221 0 106 22 37 473 66 55
Binary 10110000 110100 10010001 0 1000110 10010 11111 100111011 110110 101101

Color Harmonies of #B03491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03491

Black with #B03491

Text Example


Text Example

White with #B03491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03491; }

 p { color: rgb(176,52,145); }

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

background-color css

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

 a { background-color: rgb(176,52,145); }

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

border-color css

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

 span { border-color: rgb(176,52,145); }

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