Html Css Color HEX #B03790 Medium Red Violet

📋 copy color: '#B03790'

red 176 ◦ green 55 ◦ blue 144

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

Shades of Medium Red Violet #B03790

Tints of Medium Red Violet #B03790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 46.93%
G = 14.67%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B03790 (or 0xB03790) is known color: Medium Red Violet. HEX triplet: B0, 37 and 90. RGB value is (176,55,144). Sum of RGB (Red+Green+Blue) = 176+55+144=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B03790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03790 is #4FC86F. Grayscale: #656565. Windows color (decimal): -5228656 or 9451440. OLE color: 9451440.

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

Color convert

RGB 176 55 144 -
CMYK 0 0.69 0.18 0.31
HSL 315.87º 0.52% 0.45% -
HSV(B) 315.87º 0.69% 0.69% -
XYZ 24.3 13.98 27.8 -
YUV 101.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 176 55 144 0 0.69 0.18 0.31 315.87 0.52 0.45
Hex B0 37 90 0 45 12 1F 13C 34 2D
Octal 260 67 220 0 105 22 37 474 64 55
Binary 10110000 110111 10010000 0 1000101 10010 11111 100111100 110100 101101

Color Harmonies of #B03790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03790

Black with #B03790

Text Example


Text Example

White with #B03790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03790; }

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

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

background-color css

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

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

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

border-color css

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

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

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