Html Css Color HEX #B40895 Medium Violet Red

📋 copy color: '#B40895'

red 180 ◦ green 8 ◦ blue 149

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

Shades of Medium Violet Red #B40895

Tints of Medium Violet Red #B40895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.37%

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

R = 53.41%
G = 2.37%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B40895 (or 0xB40895) is known color: Medium Violet Red. HEX triplet: B4, 08 and 95. RGB value is (180,8,149). Sum of RGB (Red+Green+Blue) = 180+8+149=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B40895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40895 is #4BF76A. Grayscale: #4B4B4B. Windows color (decimal): -4978539 or 9767092. OLE color: 9767092.

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

Color convert

RGB 180 8 149 -
CMYK 0 0.96 0.17 0.29
HSL 310.81º 0.91% 0.37% -
HSV(B) 310.81º 0.96% 0.71% -
XYZ 24.33 12.05 29.48 -
YUV 75.5 169.48 202.54 -
System Red Green Blue C M Y K H S L
Decimal 180 8 149 0 0.96 0.17 0.29 310.81 0.91 0.37
Hex B4 8 95 0 60 11 1D 137 5B 25
Octal 264 10 225 0 140 21 35 467 133 45
Binary 10110100 1000 10010101 0 1100000 10001 11101 100110111 1011011 100101

Color Harmonies of #B40895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40895

Black with #B40895

Text Example


Text Example

White with #B40895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40895; }

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

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

background-color css

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

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

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

border-color css

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

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

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