Html Css Color HEX #B40297 Medium Violet Red

📋 copy color: '#B40297'

red 180 ◦ green 2 ◦ blue 151

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

Shades of Medium Violet Red #B40297

Tints of Medium Violet Red #B40297

RGB

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

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

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

R = 54.05%
G = 0.6%
B = 45.35%

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

#B40297 (or 0xB40297) is known color: Medium Violet Red. HEX triplet: B4, 02 and 97. RGB value is (180,2,151). Sum of RGB (Red+Green+Blue) = 180+2+151=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B40297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40297 is #4BFD68. Grayscale: #474747. Windows color (decimal): -4980073 or 9896628. OLE color: 9896628.

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

Color convert

RGB 180 2 151 -
CMYK 0 0.99 0.16 0.29
HSL 309.78º 0.98% 0.36% -
HSV(B) 309.78º 0.99% 0.71% -
XYZ 24.43 11.98 30.3 -
YUV 72.21 172.47 204.88 -
System Red Green Blue C M Y K H S L
Decimal 180 2 151 0 0.99 0.16 0.29 309.78 0.98 0.36
Hex B4 2 97 0 63 10 1D 136 62 24
Octal 264 2 227 0 143 20 35 466 142 44
Binary 10110100 10 10010111 0 1100011 10000 11101 100110110 1100010 100100

Color Harmonies of #B40297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40297

Black with #B40297

Text Example


Text Example

White with #B40297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40297; }

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

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

background-color css

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

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

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

border-color css

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

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

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