Html Css Color HEX #B44098 Medium Red Violet

📋 copy color: '#B44098'

red 180 ◦ green 64 ◦ blue 152

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

Shades of Medium Red Violet #B44098

Tints of Medium Red Violet #B44098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.16%

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

R = 45.45%
G = 16.16%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B44098 (or 0xB44098) is known color: Medium Red Violet. HEX triplet: B4, 40 and 98. RGB value is (180,64,152). Sum of RGB (Red+Green+Blue) = 180+64+152=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B44098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44098 is #4BBF67. Grayscale: #6C6C6C. Windows color (decimal): -4964200 or 9978036. OLE color: 9978036.

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

Color convert

RGB 180 64 152 -
CMYK 0 0.64 0.16 0.29
HSL 314.48º 0.48% 0.48% -
HSV(B) 314.48º 0.64% 0.71% -
XYZ 26.32 15.64 31.34 -
YUV 108.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 180 64 152 0 0.64 0.16 0.29 314.48 0.48 0.48
Hex B4 40 98 0 40 10 1D 13A 30 30
Octal 264 100 230 0 100 20 35 472 60 60
Binary 10110100 1000000 10011000 0 1000000 10000 11101 100111010 110000 110000

Color Harmonies of #B44098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44098

Black with #B44098

Text Example


Text Example

White with #B44098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44098; }

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

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

background-color css

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

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

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

border-color css

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

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

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