Html Css Color HEX #B40790 Medium Violet Red

📋 copy color: '#B40790'

red 180 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #B40790

Tints of Medium Violet Red #B40790

RGB

 RED value IS 180 (70.7% from 255) = 54.38%

 GREEN value IS 7 (3.13% from 255) = 2.11%

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

R = 54.38%
G = 2.11%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B40790 (or 0xB40790) is known color: Medium Violet Red. HEX triplet: B4, 07 and 90. RGB value is (180,7,144). Sum of RGB (Red+Green+Blue) = 180+7+144=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B40790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40790 is #4BF86F. Grayscale: #494949. Windows color (decimal): -4978800 or 9439156. OLE color: 9439156.

HSL color Cylindrical-coordinate representation of color #B40790: hue angle of 312.49º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40790 is Cyan = 0, Magento = 0.96, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 7 144 -
CMYK 0 0.96 0.2 0.29
HSL 312.49º 0.93% 0.37% -
HSV(B) 312.49º 0.96% 0.71% -
XYZ 23.93 11.87 27.42 -
YUV 74.35 167.31 203.36 -
System Red Green Blue C M Y K H S L
Decimal 180 7 144 0 0.96 0.2 0.29 312.49 0.93 0.37
Hex B4 7 90 0 60 14 1D 138 5D 25
Octal 264 7 220 0 140 24 35 470 135 45
Binary 10110100 111 10010000 0 1100000 10100 11101 100111000 1011101 100101

Color Harmonies of #B40790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40790

Black with #B40790

Text Example


Text Example

White with #B40790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40790; }

 p { color: rgb(180,7,144); }

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

background-color css

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

 a { background-color: rgb(180,7,144); }

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

border-color css

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

 span { border-color: rgb(180,7,144); }

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