Html Css Color HEX #B42998 Medium Red Violet

📋 copy color: '#B42998'

red 180 ◦ green 41 ◦ blue 152

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

Shades of Medium Red Violet #B42998

Tints of Medium Red Violet #B42998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.99%

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

R = 48.26%
G = 10.99%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B42998 (or 0xB42998) is known color: Medium Red Violet. HEX triplet: B4, 29 and 98. RGB value is (180,41,152). Sum of RGB (Red+Green+Blue) = 180+41+152=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B42998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42998 is #4BD667. Grayscale: #5E5E5E. Windows color (decimal): -4970088 or 9972148. OLE color: 9972148.

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

Color convert

RGB 180 41 152 -
CMYK 0 0.77 0.16 0.29
HSL 312.09º 0.63% 0.43% -
HSV(B) 312.09º 0.77% 0.71% -
XYZ 25.28 13.56 30.99 -
YUV 95.22 160.05 188.47 -
System Red Green Blue C M Y K H S L
Decimal 180 41 152 0 0.77 0.16 0.29 312.09 0.63 0.43
Hex B4 29 98 0 4D 10 1D 138 3F 2B
Octal 264 51 230 0 115 20 35 470 77 53
Binary 10110100 101001 10011000 0 1001101 10000 11101 100111000 111111 101011

Color Harmonies of #B42998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42998

Black with #B42998

Text Example


Text Example

White with #B42998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42998; }

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

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

background-color css

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

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

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

border-color css

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

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

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