Html Css Color HEX #B40298 Medium Violet Red

📋 copy color: '#B40298'

red 180 ◦ green 2 ◦ blue 152

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

Shades of Medium Violet Red #B40298

Tints of Medium Violet Red #B40298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.51%

R = 53.89%
G = 0.6%
B = 45.51%

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

#B40298 (or 0xB40298) is known color: Medium Violet Red. HEX triplet: B4, 02 and 98. RGB value is (180,2,152). Sum of RGB (Red+Green+Blue) = 180+2+152=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B40298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40298 is #4BFD67. Grayscale: #474747. Windows color (decimal): -4980072 or 9962164. OLE color: 9962164.

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

Color convert

RGB 180 2 152 -
CMYK 0 0.99 0.16 0.29
HSL 309.44º 0.98% 0.36% -
HSV(B) 309.44º 0.99% 0.71% -
XYZ 24.51 12.01 30.73 -
YUV 72.32 172.97 204.8 -
System Red Green Blue C M Y K H S L
Decimal 180 2 152 0 0.99 0.16 0.29 309.44 0.98 0.36
Hex B4 2 98 0 63 10 1D 135 62 24
Octal 264 2 230 0 143 20 35 465 142 44
Binary 10110100 10 10011000 0 1100011 10000 11101 100110101 1100010 100100

Color Harmonies of #B40298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40298

Black with #B40298

Text Example


Text Example

White with #B40298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40298; }

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

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

background-color css

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

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

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

border-color css

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

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

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