Html Css Color HEX #B4157E Medium Violet Red

📋 copy color: '#B4157E'

red 180 ◦ green 21 ◦ blue 126

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

Shades of Medium Violet Red #B4157E

Tints of Medium Violet Red #B4157E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 55.05%
G = 6.42%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#B4157E (or 0xB4157E) is known color: Medium Violet Red. HEX triplet: B4, 15 and 7E. RGB value is (180,21,126). Sum of RGB (Red+Green+Blue) = 180+21+126=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4157E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4157E is #4BEA81. Grayscale: #505050. Windows color (decimal): -4975234 or 8263092. OLE color: 8263092.

HSL color Cylindrical-coordinate representation of color #B4157E: hue angle of 320.38º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B4157E is Cyan = 0, Magento = 0.88, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 21 126 -
CMYK 0 0.88 0.3 0.29
HSL 320.38º 0.79% 0.39% -
HSV(B) 320.38º 0.88% 0.71% -
XYZ 22.86 11.75 20.8 -
YUV 80.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 180 21 126 0 0.88 0.3 0.29 320.38 0.79 0.39
Hex B4 15 7E 0 58 1E 1D 140 4F 27
Octal 264 25 176 0 130 36 35 500 117 47
Binary 10110100 10101 1111110 0 1011000 11110 11101 101000000 1001111 100111

Color Harmonies of #B4157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4157E

Black with #B4157E

Text Example


Text Example

White with #B4157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4157E; }

 p { color: rgb(180,21,126); }

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

background-color css

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

 a { background-color: rgb(180,21,126); }

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

border-color css

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

 span { border-color: rgb(180,21,126); }

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