Html Css Color HEX #B40294 Medium Violet Red

📋 copy color: '#B40294'

red 180 ◦ green 2 ◦ blue 148

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

Shades of Medium Violet Red #B40294

Tints of Medium Violet Red #B40294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 148 (58.2% from 255) = 44.85%

R = 54.55%
G = 0.61%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B40294 (or 0xB40294) is known color: Medium Violet Red. HEX triplet: B4, 02 and 94. RGB value is (180,2,148). Sum of RGB (Red+Green+Blue) = 180+2+148=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B40294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40294 is #4BFD6B. Grayscale: #474747. Windows color (decimal): -4980076 or 9700020. OLE color: 9700020.

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

Color convert

RGB 180 2 148 -
CMYK 0 0.99 0.18 0.29
HSL 310.79º 0.98% 0.36% -
HSV(B) 310.79º 0.99% 0.71% -
XYZ 24.19 11.88 29.04 -
YUV 71.87 170.97 205.13 -
System Red Green Blue C M Y K H S L
Decimal 180 2 148 0 0.99 0.18 0.29 310.79 0.98 0.36
Hex B4 2 94 0 63 12 1D 137 62 24
Octal 264 2 224 0 143 22 35 467 142 44
Binary 10110100 10 10010100 0 1100011 10010 11101 100110111 1100010 100100

Color Harmonies of #B40294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40294

Black with #B40294

Text Example


Text Example

White with #B40294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40294; }

 p { color: rgb(180,2,148); }

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

background-color css

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

 a { background-color: rgb(180,2,148); }

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

border-color css

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

 span { border-color: rgb(180,2,148); }

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