Html Css Color HEX #B41298 Medium Violet Red

📋 copy color: '#B41298'

red 180 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #B41298

Tints of Medium Violet Red #B41298

RGB

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

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

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

R = 51.43%
G = 5.14%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B41298 (or 0xB41298) is known color: Medium Violet Red. HEX triplet: B4, 12 and 98. RGB value is (180,18,152). Sum of RGB (Red+Green+Blue) = 180+18+152=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B41298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41298 is #4BED67. Grayscale: #515151. Windows color (decimal): -4975976 or 9966260. OLE color: 9966260.

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

Color convert

RGB 180 18 152 -
CMYK 0 0.9 0.16 0.29
HSL 310.37º 0.82% 0.39% -
HSV(B) 310.37º 0.9% 0.71% -
XYZ 24.71 12.4 30.8 -
YUV 81.71 167.67 198.1 -
System Red Green Blue C M Y K H S L
Decimal 180 18 152 0 0.9 0.16 0.29 310.37 0.82 0.39
Hex B4 12 98 0 5A 10 1D 136 52 27
Octal 264 22 230 0 132 20 35 466 122 47
Binary 10110100 10010 10011000 0 1011010 10000 11101 100110110 1010010 100111

Color Harmonies of #B41298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41298

Black with #B41298

Text Example


Text Example

White with #B41298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41298; }

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

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

background-color css

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

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

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

border-color css

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

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

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