Html Css Color HEX #B03380 Medium Red Violet

📋 copy color: '#B03380'

red 176 ◦ green 51 ◦ blue 128

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

Shades of Medium Red Violet #B03380

Tints of Medium Red Violet #B03380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.37%

 BLUE value IS 128 (50.39% from 255) = 36.06%

R = 49.58%
G = 14.37%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B03380 (or 0xB03380) is known color: Medium Red Violet. HEX triplet: B0, 33 and 80. RGB value is (176,51,128). Sum of RGB (Red+Green+Blue) = 176+51+128=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B03380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03380 is #4FCC7F. Grayscale: #606060. Windows color (decimal): -5229696 or 8401840. OLE color: 8401840.

HSL color Cylindrical-coordinate representation of color #B03380: hue angle of 323.04º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03380 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 51 128 -
CMYK 0 0.71 0.27 0.31
HSL 323.04º 0.55% 0.45% -
HSV(B) 323.04º 0.71% 0.69% -
XYZ 22.98 13.16 21.75 -
YUV 97.15 145.41 184.24 -
System Red Green Blue C M Y K H S L
Decimal 176 51 128 0 0.71 0.27 0.31 323.04 0.55 0.45
Hex B0 33 80 0 47 1B 1F 143 37 2D
Octal 260 63 200 0 107 33 37 503 67 55
Binary 10110000 110011 10000000 0 1000111 11011 11111 101000011 110111 101101

Color Harmonies of #B03380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03380

Black with #B03380

Text Example


Text Example

White with #B03380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03380; }

 p { color: rgb(176,51,128); }

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

background-color css

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

 a { background-color: rgb(176,51,128); }

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

border-color css

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

 span { border-color: rgb(176,51,128); }

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