Html Css Color HEX #B03679 Medium Red Violet

📋 copy color: '#B03679'

red 176 ◦ green 54 ◦ blue 121

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

Shades of Medium Red Violet #B03679

Tints of Medium Red Violet #B03679

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.38%

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

R = 50.14%
G = 15.38%
B = 34.47%

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

#B03679 (or 0xB03679) is known color: Medium Red Violet. HEX triplet: B0, 36 and 79. RGB value is (176,54,121). Sum of RGB (Red+Green+Blue) = 176+54+121=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B03679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03679 is #4FC986. Grayscale: #616161. Windows color (decimal): -5228935 or 7943856. OLE color: 7943856.

HSL color Cylindrical-coordinate representation of color #B03679: hue angle of 327.05º degrees, saturation: 0.53, 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 #B03679 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 54 121 -
CMYK 0 0.69 0.31 0.31
HSL 327.05º 0.53% 0.45% -
HSV(B) 327.05º 0.69% 0.69% -
XYZ 22.67 13.25 19.45 -
YUV 98.12 140.92 183.55 -
System Red Green Blue C M Y K H S L
Decimal 176 54 121 0 0.69 0.31 0.31 327.05 0.53 0.45
Hex B0 36 79 0 45 1F 1F 147 35 2D
Octal 260 66 171 0 105 37 37 507 65 55
Binary 10110000 110110 1111001 0 1000101 11111 11111 101000111 110101 101101

Color Harmonies of #B03679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03679

Black with #B03679

Text Example


Text Example

White with #B03679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03679; }

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

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

background-color css

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

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

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

border-color css

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

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

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