Html Css Color HEX #B03291 Medium Red Violet

📋 copy color: '#B03291'

red 176 ◦ green 50 ◦ blue 145

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

Shades of Medium Red Violet #B03291

Tints of Medium Red Violet #B03291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.48%

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

R = 47.44%
G = 13.48%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B03291 (or 0xB03291) is known color: Medium Red Violet. HEX triplet: B0, 32 and 91. RGB value is (176,50,145). Sum of RGB (Red+Green+Blue) = 176+50+145=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B03291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03291 is #4FCD6E. Grayscale: #626262. Windows color (decimal): -5229935 or 9515696. OLE color: 9515696.

HSL color Cylindrical-coordinate representation of color #B03291: hue angle of 314.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03291 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 145 -
CMYK 0 0.72 0.18 0.31
HSL 314.76º 0.56% 0.44% -
HSV(B) 314.76º 0.72% 0.69% -
XYZ 24.16 13.56 28.13 -
YUV 98.5 154.24 183.28 -
System Red Green Blue C M Y K H S L
Decimal 176 50 145 0 0.72 0.18 0.31 314.76 0.56 0.44
Hex B0 32 91 0 48 12 1F 13B 38 2C
Octal 260 62 221 0 110 22 37 473 70 54
Binary 10110000 110010 10010001 0 1001000 10010 11111 100111011 111000 101100

Color Harmonies of #B03291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03291

Black with #B03291

Text Example


Text Example

White with #B03291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03291; }

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

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

background-color css

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

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

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

border-color css

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

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

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