Html Css Color HEX #B42F98 Medium Red Violet

📋 copy color: '#B42F98'

red 180 ◦ green 47 ◦ blue 152

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

Shades of Medium Red Violet #B42F98

Tints of Medium Red Violet #B42F98

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.4%

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

R = 47.49%
G = 12.4%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B42F98 (or 0xB42F98) is known color: Medium Red Violet. HEX triplet: B4, 2F and 98. RGB value is (180,47,152). Sum of RGB (Red+Green+Blue) = 180+47+152=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42F98 is #4BD067. Grayscale: #626262. Windows color (decimal): -4968552 or 9973684. OLE color: 9973684.

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

Color convert

RGB 180 47 152 -
CMYK 0 0.74 0.16 0.29
HSL 312.63º 0.59% 0.45% -
HSV(B) 312.63º 0.74% 0.71% -
XYZ 25.51 14 31.06 -
YUV 98.74 158.06 185.96 -
System Red Green Blue C M Y K H S L
Decimal 180 47 152 0 0.74 0.16 0.29 312.63 0.59 0.45
Hex B4 2F 98 0 4A 10 1D 139 3B 2D
Octal 264 57 230 0 112 20 35 471 73 55
Binary 10110100 101111 10011000 0 1001010 10000 11101 100111001 111011 101101

Color Harmonies of #B42F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42F98

Black with #B42F98

Text Example


Text Example

White with #B42F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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