Html Css Color HEX #B40196 Medium Violet Red

📋 copy color: '#B40196'

red 180 ◦ green 1 ◦ blue 150

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

Shades of Medium Violet Red #B40196

Tints of Medium Violet Red #B40196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 54.38%
G = 0.3%
B = 45.32%

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

#B40196 (or 0xB40196) is known color: Medium Violet Red. HEX triplet: B4, 01 and 96. RGB value is (180,1,150). Sum of RGB (Red+Green+Blue) = 180+1+150=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B40196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40196 is #4BFE69. Grayscale: #474747. Windows color (decimal): -4980330 or 9830836. OLE color: 9830836.

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

Color convert

RGB 180 1 150 -
CMYK 0 0.99 0.17 0.29
HSL 310.06º 0.99% 0.35% -
HSV(B) 310.06º 0.99% 0.71% -
XYZ 24.34 11.93 29.87 -
YUV 71.51 172.3 205.38 -
System Red Green Blue C M Y K H S L
Decimal 180 1 150 0 0.99 0.17 0.29 310.06 0.99 0.35
Hex B4 1 96 0 63 11 1D 136 63 23
Octal 264 1 226 0 143 21 35 466 143 43
Binary 10110100 1 10010110 0 1100011 10001 11101 100110110 1100011 100011

Color Harmonies of #B40196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40196

Black with #B40196

Text Example


Text Example

White with #B40196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40196; }

 p { color: rgb(180,1,150); }

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

background-color css

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

 a { background-color: rgb(180,1,150); }

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

border-color css

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

 span { border-color: rgb(180,1,150); }

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