Html Css Color HEX #B4077C Medium Violet Red

📋 copy color: '#B4077C'

red 180 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #B4077C

Tints of Medium Violet Red #B4077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.25%

 BLUE value IS 124 (48.83% from 255) = 39.87%

R = 57.88%
G = 2.25%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4077C (or 0xB4077C) is known color: Medium Violet Red. HEX triplet: B4, 07 and 7C. RGB value is (180,7,124). Sum of RGB (Red+Green+Blue) = 180+7+124=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B4077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4077C is #4BF883. Grayscale: #474747. Windows color (decimal): -4978820 or 8128436. OLE color: 8128436.

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

Color convert

RGB 180 7 124 -
CMYK 0 0.96 0.31 0.29
HSL 319.42º 0.93% 0.37% -
HSV(B) 319.42º 0.96% 0.71% -
XYZ 22.54 11.31 20.06 -
YUV 72.07 157.31 204.99 -
System Red Green Blue C M Y K H S L
Decimal 180 7 124 0 0.96 0.31 0.29 319.42 0.93 0.37
Hex B4 7 7C 0 60 1F 1D 13F 5D 25
Octal 264 7 174 0 140 37 35 477 135 45
Binary 10110100 111 1111100 0 1100000 11111 11101 100111111 1011101 100101

Color Harmonies of #B4077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4077C

Black with #B4077C

Text Example


Text Example

White with #B4077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4077C; }

 p { color: rgb(180,7,124); }

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

background-color css

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

 a { background-color: rgb(180,7,124); }

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

border-color css

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

 span { border-color: rgb(180,7,124); }

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