Html Css Color HEX #B40299 Medium Violet Red

📋 copy color: '#B40299'

red 180 ◦ green 2 ◦ blue 153

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

Shades of Medium Violet Red #B40299

Tints of Medium Violet Red #B40299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 53.73%
G = 0.6%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B40299 (or 0xB40299) is known color: Medium Violet Red. HEX triplet: B4, 02 and 99. RGB value is (180,2,153). Sum of RGB (Red+Green+Blue) = 180+2+153=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B40299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40299 is #4BFD66. Grayscale: #484848. Windows color (decimal): -4980071 or 10027700. OLE color: 10027700.

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

Color convert

RGB 180 2 153 -
CMYK 0 0.99 0.15 0.29
HSL 309.1º 0.98% 0.36% -
HSV(B) 309.1º 0.99% 0.71% -
XYZ 24.59 12.05 31.17 -
YUV 72.44 173.47 204.72 -
System Red Green Blue C M Y K H S L
Decimal 180 2 153 0 0.99 0.15 0.29 309.1 0.98 0.36
Hex B4 2 99 0 63 F 1D 135 62 24
Octal 264 2 231 0 143 17 35 465 142 44
Binary 10110100 10 10011001 0 1100011 1111 11101 100110101 1100010 100100

Color Harmonies of #B40299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40299

Black with #B40299

Text Example


Text Example

White with #B40299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40299; }

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

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

background-color css

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

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

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

border-color css

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

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

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