Html Css Color HEX #B42F87 Medium Red Violet

📋 copy color: '#B42F87'

red 180 ◦ green 47 ◦ blue 135

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

Shades of Medium Red Violet #B42F87

Tints of Medium Red Violet #B42F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.29%

R = 49.72%
G = 12.98%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B42F87 (or 0xB42F87) is known color: Medium Red Violet. HEX triplet: B4, 2F and 87. RGB value is (180,47,135). Sum of RGB (Red+Green+Blue) = 180+47+135=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42F87 is #4BD078. Grayscale: #606060. Windows color (decimal): -4968569 or 8859572. OLE color: 8859572.

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

Color convert

RGB 180 47 135 -
CMYK 0 0.74 0.25 0.29
HSL 320.3º 0.59% 0.45% -
HSV(B) 320.3º 0.74% 0.71% -
XYZ 24.21 13.49 24.25 -
YUV 96.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 180 47 135 0 0.74 0.25 0.29 320.3 0.59 0.45
Hex B4 2F 87 0 4A 19 1D 140 3B 2D
Octal 264 57 207 0 112 31 35 500 73 55
Binary 10110100 101111 10000111 0 1001010 11001 11101 101000000 111011 101101

Color Harmonies of #B42F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42F87

Black with #B42F87

Text Example


Text Example

White with #B42F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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