Html Css Color HEX #B41292 Medium Violet Red

📋 copy color: '#B41292'

red 180 ◦ green 18 ◦ blue 146

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

Shades of Medium Violet Red #B41292

Tints of Medium Violet Red #B41292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.44%

R = 52.33%
G = 5.23%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B41292 (or 0xB41292) is known color: Medium Violet Red. HEX triplet: B4, 12 and 92. RGB value is (180,18,146). Sum of RGB (Red+Green+Blue) = 180+18+146=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B41292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41292 is #4BED6D. Grayscale: #505050. Windows color (decimal): -4975982 or 9573044. OLE color: 9573044.

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

Color convert

RGB 180 18 146 -
CMYK 0 0.9 0.19 0.29
HSL 312.59º 0.82% 0.39% -
HSV(B) 312.59º 0.9% 0.71% -
XYZ 24.23 12.21 28.27 -
YUV 81.03 164.67 198.59 -
System Red Green Blue C M Y K H S L
Decimal 180 18 146 0 0.9 0.19 0.29 312.59 0.82 0.39
Hex B4 12 92 0 5A 13 1D 139 52 27
Octal 264 22 222 0 132 23 35 471 122 47
Binary 10110100 10010 10010010 0 1011010 10011 11101 100111001 1010010 100111

Color Harmonies of #B41292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41292

Black with #B41292

Text Example


Text Example

White with #B41292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41292; }

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

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

background-color css

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

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

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

border-color css

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

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

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