Html Css Color HEX #B03581 Medium Red Violet

📋 copy color: '#B03581'

red 176 ◦ green 53 ◦ blue 129

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

Shades of Medium Red Violet #B03581

Tints of Medium Red Violet #B03581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.8%

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 49.16%
G = 14.8%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B03581 (or 0xB03581) is known color: Medium Red Violet. HEX triplet: B0, 35 and 81. RGB value is (176,53,129). Sum of RGB (Red+Green+Blue) = 176+53+129=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B03581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03581 is #4FCA7E. Grayscale: #626262. Windows color (decimal): -5229183 or 8467888. OLE color: 8467888.

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

Color convert

RGB 176 53 129 -
CMYK 0 0.70 0.27 0.31
HSL 322.93º 0.54% 0.45% -
HSV(B) 322.93º 0.7% 0.69% -
XYZ 23.14 13.36 22.13 -
YUV 98.44 145.25 183.32 -
System Red Green Blue C M Y K H S L
Decimal 176 53 129 0 0.70 0.27 0.31 322.93 0.54 0.45
Hex B0 35 81 0 46 1B 1F 143 36 2D
Octal 260 65 201 0 106 33 37 503 66 55
Binary 10110000 110101 10000001 0 1000110 11011 11111 101000011 110110 101101

Color Harmonies of #B03581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03581

Black with #B03581

Text Example


Text Example

White with #B03581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03581; }

 p { color: rgb(176,53,129); }

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

background-color css

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

 a { background-color: rgb(176,53,129); }

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

border-color css

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

 span { border-color: rgb(176,53,129); }

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