Html Css Color HEX #B03779 Medium Red Violet

📋 copy color: '#B03779'

red 176 ◦ green 55 ◦ blue 121

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

Shades of Medium Red Violet #B03779

Tints of Medium Red Violet #B03779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.63%

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 50%
G = 15.63%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B03779 (or 0xB03779) is known color: Medium Red Violet. HEX triplet: B0, 37 and 79. RGB value is (176,55,121). Sum of RGB (Red+Green+Blue) = 176+55+121=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B03779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03779 is #4FC886. Grayscale: #626262. Windows color (decimal): -5228679 or 7944112. OLE color: 7944112.

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

Color convert

RGB 176 55 121 -
CMYK 0 0.69 0.31 0.31
HSL 327.27º 0.52% 0.45% -
HSV(B) 327.27º 0.69% 0.69% -
XYZ 22.72 13.34 19.47 -
YUV 98.7 140.59 183.13 -
System Red Green Blue C M Y K H S L
Decimal 176 55 121 0 0.69 0.31 0.31 327.27 0.52 0.45
Hex B0 37 79 0 45 1F 1F 147 34 2D
Octal 260 67 171 0 105 37 37 507 64 55
Binary 10110000 110111 1111001 0 1000101 11111 11111 101000111 110100 101101

Color Harmonies of #B03779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03779

Black with #B03779

Text Example


Text Example

White with #B03779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03779; }

 p { color: rgb(176,55,121); }

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

background-color css

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

 a { background-color: rgb(176,55,121); }

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

border-color css

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

 span { border-color: rgb(176,55,121); }

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