Html Css Color HEX #B41274 Medium Violet Red

📋 copy color: '#B41274'

red 180 ◦ green 18 ◦ blue 116

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

Shades of Medium Violet Red #B41274

Tints of Medium Violet Red #B41274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 57.32%
G = 5.73%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B41274 (or 0xB41274) is known color: Medium Violet Red. HEX triplet: B4, 12 and 74. RGB value is (180,18,116). Sum of RGB (Red+Green+Blue) = 180+18+116=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B41274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41274 is #4BED8B. Grayscale: #4D4D4D. Windows color (decimal): -4976012 or 7606964. OLE color: 7606964.

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

Color convert

RGB 180 18 116 -
CMYK 0 0.9 0.36 0.29
HSL 323.7º 0.82% 0.39% -
HSV(B) 323.7º 0.9% 0.71% -
XYZ 22.19 11.4 17.55 -
YUV 77.61 149.67 201.03 -
System Red Green Blue C M Y K H S L
Decimal 180 18 116 0 0.9 0.36 0.29 323.7 0.82 0.39
Hex B4 12 74 0 5A 24 1D 144 52 27
Octal 264 22 164 0 132 44 35 504 122 47
Binary 10110100 10010 1110100 0 1011010 100100 11101 101000100 1010010 100111

Color Harmonies of #B41274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41274

Black with #B41274

Text Example


Text Example

White with #B41274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41274; }

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

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

background-color css

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

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

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

border-color css

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

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

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