Html Css Color HEX #B4017C Medium Violet Red

📋 copy color: '#B4017C'

red 180 ◦ green 1 ◦ blue 124

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

Shades of Medium Violet Red #B4017C

Tints of Medium Violet Red #B4017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 124 (48.83% from 255) = 40.66%

R = 59.02%
G = 0.33%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4017C (or 0xB4017C) is known color: Medium Violet Red. HEX triplet: B4, 01 and 7C. RGB value is (180,1,124). Sum of RGB (Red+Green+Blue) = 180+1+124=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4017C is #4BFE83. Grayscale: #444444. Windows color (decimal): -4980356 or 8126900. OLE color: 8126900.

HSL color Cylindrical-coordinate representation of color #B4017C: hue angle of 318.77º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4017C is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 124 -
CMYK 0 0.99 0.31 0.29
HSL 318.77º 0.99% 0.35% -
HSV(B) 318.77º 0.99% 0.71% -
XYZ 22.47 11.18 20.04 -
YUV 68.54 159.3 207.5 -
System Red Green Blue C M Y K H S L
Decimal 180 1 124 0 0.99 0.31 0.29 318.77 0.99 0.35
Hex B4 1 7C 0 63 1F 1D 13F 63 23
Octal 264 1 174 0 143 37 35 477 143 43
Binary 10110100 1 1111100 0 1100011 11111 11101 100111111 1100011 100011

Color Harmonies of #B4017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4017C

Black with #B4017C

Text Example


Text Example

White with #B4017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4017C; }

 p { color: rgb(180,1,124); }

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

background-color css

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

 a { background-color: rgb(180,1,124); }

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

border-color css

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

 span { border-color: rgb(180,1,124); }

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