Html Css Color HEX #B40679 Medium Violet Red

📋 copy color: '#B40679'

red 180 ◦ green 6 ◦ blue 121

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

Shades of Medium Violet Red #B40679

Tints of Medium Violet Red #B40679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

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

R = 58.63%
G = 1.95%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B40679 (or 0xB40679) is known color: Medium Violet Red. HEX triplet: B4, 06 and 79. RGB value is (180,6,121). Sum of RGB (Red+Green+Blue) = 180+6+121=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B40679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40679 is #4BF986. Grayscale: #464646. Windows color (decimal): -4979079 or 7931572. OLE color: 7931572.

HSL color Cylindrical-coordinate representation of color #B40679: hue angle of 320.34º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40679 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 6 121 -
CMYK 0 0.97 0.33 0.29
HSL 320.34º 0.94% 0.36% -
HSV(B) 320.34º 0.97% 0.71% -
XYZ 22.34 11.21 19.08 -
YUV 71.14 156.15 205.65 -
System Red Green Blue C M Y K H S L
Decimal 180 6 121 0 0.97 0.33 0.29 320.34 0.94 0.36
Hex B4 6 79 0 61 21 1D 140 5E 24
Octal 264 6 171 0 141 41 35 500 136 44
Binary 10110100 110 1111001 0 1100001 100001 11101 101000000 1011110 100100

Color Harmonies of #B40679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40679

Black with #B40679

Text Example


Text Example

White with #B40679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40679; }

 p { color: rgb(180,6,121); }

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

background-color css

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

 a { background-color: rgb(180,6,121); }

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

border-color css

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

 span { border-color: rgb(180,6,121); }

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