Html Css Color HEX #B41294 Medium Violet Red

📋 copy color: '#B41294'

red 180 ◦ green 18 ◦ blue 148

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

Shades of Medium Violet Red #B41294

Tints of Medium Violet Red #B41294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.77%

R = 52.02%
G = 5.2%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B41294 (or 0xB41294) is known color: Medium Violet Red. HEX triplet: B4, 12 and 94. RGB value is (180,18,148). Sum of RGB (Red+Green+Blue) = 180+18+148=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B41294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41294 is #4BED6B. Grayscale: #505050. Windows color (decimal): -4975980 or 9704116. OLE color: 9704116.

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

Color convert

RGB 180 18 148 -
CMYK 0 0.9 0.18 0.29
HSL 311.85º 0.82% 0.39% -
HSV(B) 311.85º 0.9% 0.71% -
XYZ 24.38 12.27 29.1 -
YUV 81.26 165.67 198.43 -
System Red Green Blue C M Y K H S L
Decimal 180 18 148 0 0.9 0.18 0.29 311.85 0.82 0.39
Hex B4 12 94 0 5A 12 1D 138 52 27
Octal 264 22 224 0 132 22 35 470 122 47
Binary 10110100 10010 10010100 0 1011010 10010 11101 100111000 1010010 100111

Color Harmonies of #B41294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41294

Black with #B41294

Text Example


Text Example

White with #B41294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41294; }

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

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

background-color css

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

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

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

border-color css

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

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

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