Html Css Color HEX #B42484 Medium Red Violet

📋 copy color: '#B42484'

red 180 ◦ green 36 ◦ blue 132

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

Shades of Medium Red Violet #B42484

Tints of Medium Red Violet #B42484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.34%

 BLUE value IS 132 (51.95% from 255) = 37.93%

R = 51.72%
G = 10.34%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B42484 (or 0xB42484) is known color: Medium Red Violet. HEX triplet: B4, 24 and 84. RGB value is (180,36,132). Sum of RGB (Red+Green+Blue) = 180+36+132=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B42484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42484 is #4BDB7B. Grayscale: #595959. Windows color (decimal): -4971388 or 8660148. OLE color: 8660148.

HSL color Cylindrical-coordinate representation of color #B42484: hue angle of 320º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42484 is Cyan = 0, Magento = 0.8, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 36 132 -
CMYK 0 0.8 0.27 0.29
HSL 320º 0.67% 0.42% -
HSV(B) 320º 0.8% 0.71% -
XYZ 23.62 12.63 23.02 -
YUV 90 151.71 192.19 -
System Red Green Blue C M Y K H S L
Decimal 180 36 132 0 0.8 0.27 0.29 320 0.67 0.42
Hex B4 24 84 0 50 1B 1D 140 43 2A
Octal 264 44 204 0 120 33 35 500 103 52
Binary 10110100 100100 10000100 0 1010000 11011 11101 101000000 1000011 101010

Color Harmonies of #B42484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42484

Black with #B42484

Text Example


Text Example

White with #B42484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42484; }

 p { color: rgb(180,36,132); }

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

background-color css

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

 a { background-color: rgb(180,36,132); }

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

border-color css

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

 span { border-color: rgb(180,36,132); }

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