Html Css Color HEX #B41092 Medium Violet Red

📋 copy color: '#B41092'

red 180 ◦ green 16 ◦ blue 146

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

Shades of Medium Violet Red #B41092

Tints of Medium Violet Red #B41092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.68%

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

R = 52.63%
G = 4.68%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B41092 (or 0xB41092) is known color: Medium Violet Red. HEX triplet: B4, 10 and 92. RGB value is (180,16,146). Sum of RGB (Red+Green+Blue) = 180+16+146=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B41092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41092 is #4BEF6D. Grayscale: #4F4F4F. Windows color (decimal): -4976494 or 9572532. OLE color: 9572532.

HSL color Cylindrical-coordinate representation of color #B41092: hue angle of 312.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41092 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 16 146 -
CMYK 0 0.91 0.19 0.29
HSL 312.44º 0.84% 0.38% -
HSV(B) 312.44º 0.91% 0.71% -
XYZ 24.2 12.15 28.26 -
YUV 79.86 165.33 199.43 -
System Red Green Blue C M Y K H S L
Decimal 180 16 146 0 0.91 0.19 0.29 312.44 0.84 0.38
Hex B4 10 92 0 5B 13 1D 138 54 26
Octal 264 20 222 0 133 23 35 470 124 46
Binary 10110100 10000 10010010 0 1011011 10011 11101 100111000 1010100 100110

Color Harmonies of #B41092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41092

Black with #B41092

Text Example


Text Example

White with #B41092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41092; }

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

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

background-color css

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

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

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

border-color css

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

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

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