Html Css Color HEX #B03481 Medium Red Violet

📋 copy color: '#B03481'

red 176 ◦ green 52 ◦ blue 129

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

Shades of Medium Red Violet #B03481

Tints of Medium Red Violet #B03481

RGB

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

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

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

R = 49.3%
G = 14.57%
B = 36.13%

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

#B03481 (or 0xB03481) is known color: Medium Red Violet. HEX triplet: B0, 34 and 81. RGB value is (176,52,129). Sum of RGB (Red+Green+Blue) = 176+52+129=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B03481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03481 is #4FCB7E. Grayscale: #616161. Windows color (decimal): -5229439 or 8467632. OLE color: 8467632.

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

Color convert

RGB 176 52 129 -
CMYK 0 0.70 0.27 0.31
HSL 322.74º 0.54% 0.45% -
HSV(B) 322.74º 0.7% 0.69% -
XYZ 23.09 13.27 22.11 -
YUV 97.85 145.58 183.74 -
System Red Green Blue C M Y K H S L
Decimal 176 52 129 0 0.70 0.27 0.31 322.74 0.54 0.45
Hex B0 34 81 0 46 1B 1F 143 36 2D
Octal 260 64 201 0 106 33 37 503 66 55
Binary 10110000 110100 10000001 0 1000110 11011 11111 101000011 110110 101101

Color Harmonies of #B03481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03481

Black with #B03481

Text Example


Text Example

White with #B03481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03481; }

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

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

background-color css

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

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

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

border-color css

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

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

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