Html Css Color HEX #B03673 Medium Red Violet

📋 copy color: '#B03673'

red 176 ◦ green 54 ◦ blue 115

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

Shades of Medium Red Violet #B03673

Tints of Medium Red Violet #B03673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.33%

R = 51.01%
G = 15.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B03673 (or 0xB03673) is known color: Medium Red Violet. HEX triplet: B0, 36 and 73. RGB value is (176,54,115). Sum of RGB (Red+Green+Blue) = 176+54+115=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B03673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03673 is #4FC98C. Grayscale: #616161. Windows color (decimal): -5228941 or 7550640. OLE color: 7550640.

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

Color convert

RGB 176 54 115 -
CMYK 0 0.69 0.35 0.31
HSL 330º 0.53% 0.45% -
HSV(B) 330º 0.69% 0.69% -
XYZ 22.32 13.11 17.57 -
YUV 97.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 176 54 115 0 0.69 0.35 0.31 330 0.53 0.45
Hex B0 36 73 0 45 23 1F 14A 35 2D
Octal 260 66 163 0 105 43 37 512 65 55
Binary 10110000 110110 1110011 0 1000101 100011 11111 101001010 110101 101101

Color Harmonies of #B03673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03673

Black with #B03673

Text Example


Text Example

White with #B03673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03673; }

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

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

background-color css

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

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

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

border-color css

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

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

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