Html Css Color HEX #B42FA4 Medium Red Violet

📋 copy color: '#B42FA4'

red 180 ◦ green 47 ◦ blue 164

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

Shades of Medium Red Violet #B42FA4

Tints of Medium Red Violet #B42FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.94%

R = 46.04%
G = 12.02%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B42FA4 (or 0xB42FA4) is known color: Medium Red Violet. HEX triplet: B4, 2F and A4. RGB value is (180,47,164). Sum of RGB (Red+Green+Blue) = 180+47+164=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B42FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42FA4 is #4BD05B. Grayscale: #636363. Windows color (decimal): -4968540 or 10760116. OLE color: 10760116.

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

Color convert

RGB 180 47 164 -
CMYK 0 0.74 0.09 0.29
HSL 307.22º 0.59% 0.45% -
HSV(B) 307.22º 0.74% 0.71% -
XYZ 26.54 14.42 36.51 -
YUV 100.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 180 47 164 0 0.74 0.09 0.29 307.22 0.59 0.45
Hex B4 2F A4 0 4A 9 1D 133 3B 2D
Octal 264 57 244 0 112 11 35 463 73 55
Binary 10110100 101111 10100100 0 1001010 1001 11101 100110011 111011 101101

Color Harmonies of #B42FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FA4

Black with #B42FA4

Text Example


Text Example

White with #B42FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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