Html Css Color HEX #B4047F Medium Violet Red

📋 copy color: '#B4047F'

red 180 ◦ green 4 ◦ blue 127

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

Shades of Medium Violet Red #B4047F

Tints of Medium Violet Red #B4047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.29%

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

R = 57.88%
G = 1.29%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B4047F (or 0xB4047F) is known color: Medium Violet Red. HEX triplet: B4, 04 and 7F. RGB value is (180,4,127). Sum of RGB (Red+Green+Blue) = 180+4+127=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B4047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4047F is #4BFB80. Grayscale: #464646. Windows color (decimal): -4979585 or 8324276. OLE color: 8324276.

HSL color Cylindrical-coordinate representation of color #B4047F: hue angle of 318.07º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4047F is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 4 127 -
CMYK 0 0.98 0.29 0.29
HSL 318.07º 0.96% 0.36% -
HSV(B) 318.07º 0.98% 0.71% -
XYZ 22.7 11.32 21.07 -
YUV 70.65 159.81 206 -
System Red Green Blue C M Y K H S L
Decimal 180 4 127 0 0.98 0.29 0.29 318.07 0.96 0.36
Hex B4 4 7F 0 62 1D 1D 13E 60 24
Octal 264 4 177 0 142 35 35 476 140 44
Binary 10110100 100 1111111 0 1100010 11101 11101 100111110 1100000 100100

Color Harmonies of #B4047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4047F

Black with #B4047F

Text Example


Text Example

White with #B4047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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