Html Css Color HEX #B03486 Medium Red Violet

📋 copy color: '#B03486'

red 176 ◦ green 52 ◦ blue 134

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

Shades of Medium Red Violet #B03486

Tints of Medium Red Violet #B03486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.02%

R = 48.62%
G = 14.36%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B03486 (or 0xB03486) is known color: Medium Red Violet. HEX triplet: B0, 34 and 86. RGB value is (176,52,134). Sum of RGB (Red+Green+Blue) = 176+52+134=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B03486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03486 is #4FCB79. Grayscale: #626262. Windows color (decimal): -5229434 or 8795312. OLE color: 8795312.

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

Color convert

RGB 176 52 134 -
CMYK 0 0.70 0.24 0.31
HSL 320.32º 0.54% 0.45% -
HSV(B) 320.32º 0.7% 0.69% -
XYZ 23.44 13.41 23.91 -
YUV 98.42 148.08 183.33 -
System Red Green Blue C M Y K H S L
Decimal 176 52 134 0 0.70 0.24 0.31 320.32 0.54 0.45
Hex B0 34 86 0 46 18 1F 140 36 2D
Octal 260 64 206 0 106 30 37 500 66 55
Binary 10110000 110100 10000110 0 1000110 11000 11111 101000000 110110 101101

Color Harmonies of #B03486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03486

Black with #B03486

Text Example


Text Example

White with #B03486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03486; }

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

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

background-color css

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

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

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

border-color css

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

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

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