Html Css Color HEX #B4077D Medium Violet Red

📋 copy color: '#B4077D'

red 180 ◦ green 7 ◦ blue 125

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

Shades of Medium Violet Red #B4077D

Tints of Medium Violet Red #B4077D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 57.69%
G = 2.24%
B = 40.06%

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

#B4077D (or 0xB4077D) is known color: Medium Violet Red. HEX triplet: B4, 07 and 7D. RGB value is (180,7,125). Sum of RGB (Red+Green+Blue) = 180+7+125=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B4077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4077D is #4BF882. Grayscale: #474747. Windows color (decimal): -4978819 or 8193972. OLE color: 8193972.

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

Color convert

RGB 180 7 125 -
CMYK 0 0.96 0.31 0.29
HSL 319.08º 0.93% 0.37% -
HSV(B) 319.08º 0.96% 0.71% -
XYZ 22.6 11.34 20.4 -
YUV 72.18 157.81 204.91 -
System Red Green Blue C M Y K H S L
Decimal 180 7 125 0 0.96 0.31 0.29 319.08 0.93 0.37
Hex B4 7 7D 0 60 1F 1D 13F 5D 25
Octal 264 7 175 0 140 37 35 477 135 45
Binary 10110100 111 1111101 0 1100000 11111 11101 100111111 1011101 100101

Color Harmonies of #B4077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4077D

Black with #B4077D

Text Example


Text Example

White with #B4077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4077D; }

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

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

background-color css

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

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

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

border-color css

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

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

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