Html Css Color HEX #B42CA5 Medium Red Violet

📋 copy color: '#B42CA5'

red 180 ◦ green 44 ◦ blue 165

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

Shades of Medium Red Violet #B42CA5

Tints of Medium Red Violet #B42CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.42%

R = 46.27%
G = 11.31%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B42CA5 (or 0xB42CA5) is known color: Medium Red Violet. HEX triplet: B4, 2C and A5. RGB value is (180,44,165). Sum of RGB (Red+Green+Blue) = 180+44+165=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B42CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42CA5 is #4BD35A. Grayscale: #626262. Windows color (decimal): -4969307 or 10824884. OLE color: 10824884.

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

Color convert

RGB 180 44 165 -
CMYK 0 0.76 0.08 0.29
HSL 306.62º 0.61% 0.44% -
HSV(B) 306.62º 0.76% 0.71% -
XYZ 26.51 14.22 36.94 -
YUV 98.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 180 44 165 0 0.76 0.08 0.29 306.62 0.61 0.44
Hex B4 2C A5 0 4C 8 1D 133 3D 2C
Octal 264 54 245 0 114 10 35 463 75 54
Binary 10110100 101100 10100101 0 1001100 1000 11101 100110011 111101 101100

Color Harmonies of #B42CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CA5

Black with #B42CA5

Text Example


Text Example

White with #B42CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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