Html Css Color HEX #B41098 Medium Violet Red

📋 copy color: '#B41098'

red 180 ◦ green 16 ◦ blue 152

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

Shades of Medium Violet Red #B41098

Tints of Medium Violet Red #B41098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.68%

R = 51.72%
G = 4.6%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B41098 (or 0xB41098) is known color: Medium Violet Red. HEX triplet: B4, 10 and 98. RGB value is (180,16,152). Sum of RGB (Red+Green+Blue) = 180+16+152=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B41098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41098 is #4BEF67. Grayscale: #505050. Windows color (decimal): -4976488 or 9965748. OLE color: 9965748.

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

Color convert

RGB 180 16 152 -
CMYK 0 0.91 0.16 0.29
HSL 310.24º 0.84% 0.38% -
HSV(B) 310.24º 0.91% 0.71% -
XYZ 24.68 12.34 30.79 -
YUV 80.54 168.33 198.94 -
System Red Green Blue C M Y K H S L
Decimal 180 16 152 0 0.91 0.16 0.29 310.24 0.84 0.38
Hex B4 10 98 0 5B 10 1D 136 54 26
Octal 264 20 230 0 133 20 35 466 124 46
Binary 10110100 10000 10011000 0 1011011 10000 11101 100110110 1010100 100110

Color Harmonies of #B41098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41098

Black with #B41098

Text Example


Text Example

White with #B41098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41098; }

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

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

background-color css

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

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

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

border-color css

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

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

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