Html Css Color HEX #B4078F Medium Violet Red

📋 copy color: '#B4078F'

red 180 ◦ green 7 ◦ blue 143

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

Shades of Medium Violet Red #B4078F

Tints of Medium Violet Red #B4078F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.33%

R = 54.55%
G = 2.12%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4078F (or 0xB4078F) is known color: Medium Violet Red. HEX triplet: B4, 07 and 8F. RGB value is (180,7,143). Sum of RGB (Red+Green+Blue) = 180+7+143=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B4078F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4078F is #4BF870. Grayscale: #494949. Windows color (decimal): -4978801 or 9373620. OLE color: 9373620.

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

Color convert

RGB 180 7 143 -
CMYK 0 0.96 0.21 0.29
HSL 312.83º 0.93% 0.37% -
HSV(B) 312.83º 0.96% 0.71% -
XYZ 23.86 11.84 27.01 -
YUV 74.23 166.81 203.44 -
System Red Green Blue C M Y K H S L
Decimal 180 7 143 0 0.96 0.21 0.29 312.83 0.93 0.37
Hex B4 7 8F 0 60 15 1D 139 5D 25
Octal 264 7 217 0 140 25 35 471 135 45
Binary 10110100 111 10001111 0 1100000 10101 11101 100111001 1011101 100101

Color Harmonies of #B4078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4078F

Black with #B4078F

Text Example


Text Example

White with #B4078F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4078F; }

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

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

background-color css

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

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

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

border-color css

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

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

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