Html Css Color HEX #B40197 Medium Violet Red

📋 copy color: '#B40197'

red 180 ◦ green 1 ◦ blue 151

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

Shades of Medium Violet Red #B40197

Tints of Medium Violet Red #B40197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.48%

R = 54.22%
G = 0.3%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B40197 (or 0xB40197) is known color: Medium Violet Red. HEX triplet: B4, 01 and 97. RGB value is (180,1,151). Sum of RGB (Red+Green+Blue) = 180+1+151=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B40197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40197 is #4BFE68. Grayscale: #474747. Windows color (decimal): -4980329 or 9896372. OLE color: 9896372.

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

Color convert

RGB 180 1 151 -
CMYK 0 0.99 0.16 0.29
HSL 309.72º 0.99% 0.35% -
HSV(B) 309.72º 0.99% 0.71% -
XYZ 24.42 11.96 30.3 -
YUV 71.62 172.8 205.3 -
System Red Green Blue C M Y K H S L
Decimal 180 1 151 0 0.99 0.16 0.29 309.72 0.99 0.35
Hex B4 1 97 0 63 10 1D 136 63 23
Octal 264 1 227 0 143 20 35 466 143 43
Binary 10110100 1 10010111 0 1100011 10000 11101 100110110 1100011 100011

Color Harmonies of #B40197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40197

Black with #B40197

Text Example


Text Example

White with #B40197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40197; }

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

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

background-color css

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

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

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

border-color css

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

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

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