Html Css Color HEX #B41898 Medium Violet Red

📋 copy color: '#B41898'

red 180 ◦ green 24 ◦ blue 152

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

Shades of Medium Violet Red #B41898

Tints of Medium Violet Red #B41898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.74%

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

R = 50.56%
G = 6.74%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B41898 (or 0xB41898) is known color: Medium Violet Red. HEX triplet: B4, 18 and 98. RGB value is (180,24,152). Sum of RGB (Red+Green+Blue) = 180+24+152=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B41898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41898 is #4BE767. Grayscale: #545454. Windows color (decimal): -4974440 or 9967796. OLE color: 9967796.

HSL color Cylindrical-coordinate representation of color #B41898: hue angle of 310.77º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41898 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 24 152 -
CMYK 0 0.87 0.16 0.29
HSL 310.77º 0.76% 0.4% -
HSV(B) 310.77º 0.87% 0.71% -
XYZ 24.82 12.62 30.83 -
YUV 85.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 180 24 152 0 0.87 0.16 0.29 310.77 0.76 0.4
Hex B4 18 98 0 57 10 1D 137 4C 28
Octal 264 30 230 0 127 20 35 467 114 50
Binary 10110100 11000 10011000 0 1010111 10000 11101 100110111 1001100 101000

Color Harmonies of #B41898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41898

Black with #B41898

Text Example


Text Example

White with #B41898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41898; }

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

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

background-color css

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

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

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

border-color css

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

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

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