Html Css Color HEX #B4017E Medium Violet Red

📋 copy color: '#B4017E'

red 180 ◦ green 1 ◦ blue 126

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

Shades of Medium Violet Red #B4017E

Tints of Medium Violet Red #B4017E

RGB

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

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

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

R = 58.63%
G = 0.33%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#B4017E (or 0xB4017E) is known color: Medium Violet Red. HEX triplet: B4, 01 and 7E. RGB value is (180,1,126). Sum of RGB (Red+Green+Blue) = 180+1+126=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4017E is #4BFE81. Grayscale: #444444. Windows color (decimal): -4980354 or 8257972. OLE color: 8257972.

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

Color convert

RGB 180 1 126 -
CMYK 0 0.99 0.3 0.29
HSL 318.1º 0.99% 0.35% -
HSV(B) 318.1º 0.99% 0.71% -
XYZ 22.6 11.23 20.72 -
YUV 68.77 160.3 207.34 -
System Red Green Blue C M Y K H S L
Decimal 180 1 126 0 0.99 0.3 0.29 318.1 0.99 0.35
Hex B4 1 7E 0 63 1E 1D 13E 63 23
Octal 264 1 176 0 143 36 35 476 143 43
Binary 10110100 1 1111110 0 1100011 11110 11101 100111110 1100011 100011

Color Harmonies of #B4017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4017E

Black with #B4017E

Text Example


Text Example

White with #B4017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4017E; }

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

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

background-color css

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

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

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

border-color css

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

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

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