Html Css Color HEX #B42B8F Medium Red Violet

📋 copy color: '#B42B8F'

red 180 ◦ green 43 ◦ blue 143

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

Shades of Medium Red Violet #B42B8F

Tints of Medium Red Violet #B42B8F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.75%

 BLUE value IS 143 (56.25% from 255) = 39.07%

R = 49.18%
G = 11.75%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B42B8F (or 0xB42B8F) is known color: Medium Red Violet. HEX triplet: B4, 2B and 8F. RGB value is (180,43,143). Sum of RGB (Red+Green+Blue) = 180+43+143=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42B8F is #4BD470. Grayscale: #5F5F5F. Windows color (decimal): -4969585 or 9382836. OLE color: 9382836.

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

Color convert

RGB 180 43 143 -
CMYK 0 0.76 0.21 0.29
HSL 316.2º 0.61% 0.44% -
HSV(B) 316.2º 0.76% 0.71% -
XYZ 24.64 13.41 27.28 -
YUV 95.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 180 43 143 0 0.76 0.21 0.29 316.2 0.61 0.44
Hex B4 2B 8F 0 4C 15 1D 13C 3D 2C
Octal 264 53 217 0 114 25 35 474 75 54
Binary 10110100 101011 10001111 0 1001100 10101 11101 100111100 111101 101100

Color Harmonies of #B42B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42B8F

Black with #B42B8F

Text Example


Text Example

White with #B42B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42B8F; }

 p { color: rgb(180,43,143); }

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

background-color css

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

 a { background-color: rgb(180,43,143); }

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

border-color css

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

 span { border-color: rgb(180,43,143); }

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