Html Css Color HEX #B41299 Medium Violet Red

📋 copy color: '#B41299'

red 180 ◦ green 18 ◦ blue 153

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

Shades of Medium Violet Red #B41299

Tints of Medium Violet Red #B41299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.13%

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

R = 51.28%
G = 5.13%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B41299 (or 0xB41299) is known color: Medium Violet Red. HEX triplet: B4, 12 and 99. RGB value is (180,18,153). Sum of RGB (Red+Green+Blue) = 180+18+153=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B41299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41299 is #4BED66. Grayscale: #515151. Windows color (decimal): -4975975 or 10031796. OLE color: 10031796.

HSL color Cylindrical-coordinate representation of color #B41299: hue angle of 310º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41299 is Cyan = 0, Magento = 0.9, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 18 153 -
CMYK 0 0.9 0.15 0.29
HSL 310º 0.82% 0.39% -
HSV(B) 310º 0.9% 0.71% -
XYZ 24.79 12.44 31.23 -
YUV 81.83 168.17 198.02 -
System Red Green Blue C M Y K H S L
Decimal 180 18 153 0 0.9 0.15 0.29 310 0.82 0.39
Hex B4 12 99 0 5A F 1D 136 52 27
Octal 264 22 231 0 132 17 35 466 122 47
Binary 10110100 10010 10011001 0 1011010 1111 11101 100110110 1010010 100111

Color Harmonies of #B41299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41299

Black with #B41299

Text Example


Text Example

White with #B41299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41299; }

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

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

background-color css

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

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

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

border-color css

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

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

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