Html Css Color HEX #B40295 Medium Violet Red

📋 copy color: '#B40295'

red 180 ◦ green 2 ◦ blue 149

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

Shades of Medium Violet Red #B40295

Tints of Medium Violet Red #B40295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 54.38%
G = 0.6%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B40295 (or 0xB40295) is known color: Medium Violet Red. HEX triplet: B4, 02 and 95. RGB value is (180,2,149). Sum of RGB (Red+Green+Blue) = 180+2+149=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B40295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40295 is #4BFD6A. Grayscale: #474747. Windows color (decimal): -4980075 or 9765556. OLE color: 9765556.

HSL color Cylindrical-coordinate representation of color #B40295: hue angle of 310.45º 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 #B40295 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 2 149 -
CMYK 0 0.99 0.17 0.29
HSL 310.45º 0.98% 0.36% -
HSV(B) 310.45º 0.99% 0.71% -
XYZ 24.27 11.92 29.45 -
YUV 71.98 171.47 205.05 -
System Red Green Blue C M Y K H S L
Decimal 180 2 149 0 0.99 0.17 0.29 310.45 0.98 0.36
Hex B4 2 95 0 63 11 1D 136 62 24
Octal 264 2 225 0 143 21 35 466 142 44
Binary 10110100 10 10010101 0 1100011 10001 11101 100110110 1100010 100100

Color Harmonies of #B40295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40295

Black with #B40295

Text Example


Text Example

White with #B40295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40295; }

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

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

background-color css

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

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

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

border-color css

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

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

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