Html Css Color HEX #B42C90 Medium Red Violet

📋 copy color: '#B42C90'

red 180 ◦ green 44 ◦ blue 144

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

Shades of Medium Red Violet #B42C90

Tints of Medium Red Violet #B42C90

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.96%

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 48.91%
G = 11.96%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B42C90 (or 0xB42C90) is known color: Medium Red Violet. HEX triplet: B4, 2C and 90. RGB value is (180,44,144). Sum of RGB (Red+Green+Blue) = 180+44+144=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42C90 is #4BD36F. Grayscale: #5F5F5F. Windows color (decimal): -4969328 or 9448628. OLE color: 9448628.

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

Color convert

RGB 180 44 144 -
CMYK 0 0.76 0.2 0.29
HSL 315.88º 0.61% 0.44% -
HSV(B) 315.88º 0.76% 0.71% -
XYZ 24.76 13.52 27.69 -
YUV 96.06 155.06 187.87 -
System Red Green Blue C M Y K H S L
Decimal 180 44 144 0 0.76 0.2 0.29 315.88 0.61 0.44
Hex B4 2C 90 0 4C 14 1D 13C 3D 2C
Octal 264 54 220 0 114 24 35 474 75 54
Binary 10110100 101100 10010000 0 1001100 10100 11101 100111100 111101 101100

Color Harmonies of #B42C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42C90

Black with #B42C90

Text Example


Text Example

White with #B42C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42C90; }

 p { color: rgb(180,44,144); }

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

background-color css

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

 a { background-color: rgb(180,44,144); }

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

border-color css

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

 span { border-color: rgb(180,44,144); }

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