Html Css Color HEX #B42F9A Medium Red Violet

📋 copy color: '#B42F9A'

red 180 ◦ green 47 ◦ blue 154

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

Shades of Medium Red Violet #B42F9A

Tints of Medium Red Violet #B42F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.42%

R = 47.24%
G = 12.34%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B42F9A (or 0xB42F9A) is known color: Medium Red Violet. HEX triplet: B4, 2F and 9A. RGB value is (180,47,154). Sum of RGB (Red+Green+Blue) = 180+47+154=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42F9A is #4BD065. Grayscale: #626262. Windows color (decimal): -4968550 or 10104756. OLE color: 10104756.

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

Color convert

RGB 180 47 154 -
CMYK 0 0.74 0.14 0.29
HSL 311.73º 0.59% 0.45% -
HSV(B) 311.73º 0.74% 0.71% -
XYZ 25.67 14.07 31.93 -
YUV 98.97 159.06 185.8 -
System Red Green Blue C M Y K H S L
Decimal 180 47 154 0 0.74 0.14 0.29 311.73 0.59 0.45
Hex B4 2F 9A 0 4A E 1D 138 3B 2D
Octal 264 57 232 0 112 16 35 470 73 55
Binary 10110100 101111 10011010 0 1001010 1110 11101 100111000 111011 101101

Color Harmonies of #B42F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42F9A

Black with #B42F9A

Text Example


Text Example

White with #B42F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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