Html Css Color HEX #B4078C Medium Violet Red

📋 copy color: '#B4078C'

red 180 ◦ green 7 ◦ blue 140

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

Shades of Medium Violet Red #B4078C

Tints of Medium Violet Red #B4078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.81%

R = 55.05%
G = 2.14%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4078C (or 0xB4078C) is known color: Medium Violet Red. HEX triplet: B4, 07 and 8C. RGB value is (180,7,140). Sum of RGB (Red+Green+Blue) = 180+7+140=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4078C is #4BF873. Grayscale: #494949. Windows color (decimal): -4978804 or 9177012. OLE color: 9177012.

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

Color convert

RGB 180 7 140 -
CMYK 0 0.96 0.22 0.29
HSL 313.87º 0.93% 0.37% -
HSV(B) 313.87º 0.96% 0.71% -
XYZ 23.63 11.75 25.83 -
YUV 73.89 165.31 203.69 -
System Red Green Blue C M Y K H S L
Decimal 180 7 140 0 0.96 0.22 0.29 313.87 0.93 0.37
Hex B4 7 8C 0 60 16 1D 13A 5D 25
Octal 264 7 214 0 140 26 35 472 135 45
Binary 10110100 111 10001100 0 1100000 10110 11101 100111010 1011101 100101

Color Harmonies of #B4078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4078C

Black with #B4078C

Text Example


Text Example

White with #B4078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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