Html Css Color HEX #B4178F Medium Violet Red

📋 copy color: '#B4178F'

red 180 ◦ green 23 ◦ blue 143

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

Shades of Medium Violet Red #B4178F

Tints of Medium Violet Red #B4178F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.65%

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

R = 52.02%
G = 6.65%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4178F (or 0xB4178F) is known color: Medium Violet Red. HEX triplet: B4, 17 and 8F. RGB value is (180,23,143). Sum of RGB (Red+Green+Blue) = 180+23+143=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B4178F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4178F is #4BE870. Grayscale: #535353. Windows color (decimal): -4974705 or 9377716. OLE color: 9377716.

HSL color Cylindrical-coordinate representation of color #B4178F: hue angle of 314.14º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4178F is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 23 143 -
CMYK 0 0.87 0.21 0.29
HSL 314.14º 0.77% 0.4% -
HSV(B) 314.14º 0.87% 0.71% -
XYZ 24.09 12.3 27.09 -
YUV 83.62 161.51 196.74 -
System Red Green Blue C M Y K H S L
Decimal 180 23 143 0 0.87 0.21 0.29 314.14 0.77 0.4
Hex B4 17 8F 0 57 15 1D 13A 4D 28
Octal 264 27 217 0 127 25 35 472 115 50
Binary 10110100 10111 10001111 0 1010111 10101 11101 100111010 1001101 101000

Color Harmonies of #B4178F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4178F

Black with #B4178F

Text Example


Text Example

White with #B4178F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4178F; }

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

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

background-color css

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

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

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

border-color css

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

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

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