Html Css Color HEX #B4247F Medium Red Violet

📋 copy color: '#B4247F'

red 180 ◦ green 36 ◦ blue 127

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

Shades of Medium Red Violet #B4247F

Tints of Medium Red Violet #B4247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.03%

R = 52.48%
G = 10.5%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B4247F (or 0xB4247F) is known color: Medium Red Violet. HEX triplet: B4, 24 and 7F. RGB value is (180,36,127). Sum of RGB (Red+Green+Blue) = 180+36+127=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4247F is #4BDB80. Grayscale: #595959. Windows color (decimal): -4971393 or 8332468. OLE color: 8332468.

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

Color convert

RGB 180 36 127 -
CMYK 0 0.8 0.29 0.29
HSL 322.08º 0.67% 0.42% -
HSV(B) 322.08º 0.8% 0.71% -
XYZ 23.28 12.5 21.26 -
YUV 89.43 149.21 192.6 -
System Red Green Blue C M Y K H S L
Decimal 180 36 127 0 0.8 0.29 0.29 322.08 0.67 0.42
Hex B4 24 7F 0 50 1D 1D 142 43 2A
Octal 264 44 177 0 120 35 35 502 103 52
Binary 10110100 100100 1111111 0 1010000 11101 11101 101000010 1000011 101010

Color Harmonies of #B4247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4247F

Black with #B4247F

Text Example


Text Example

White with #B4247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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