Html Css Color HEX #B017A0 Medium Violet Red

📋 copy color: '#B017A0'

red 176 ◦ green 23 ◦ blue 160

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

Shades of Medium Violet Red #B017A0

Tints of Medium Violet Red #B017A0

RGB

 RED value IS 176 (69.14% from 255) = 49.03%

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

 BLUE value IS 160 (62.89% from 255) = 44.57%

R = 49.03%
G = 6.41%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B017A0 (or 0xB017A0) is known color: Medium Violet Red. HEX triplet: B0, 17 and A0. RGB value is (176,23,160). Sum of RGB (Red+Green+Blue) = 176+23+160=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B017A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B017A0 is #4FE85F. Grayscale: #535353. Windows color (decimal): -5236832 or 10491824. OLE color: 10491824.

HSL color Cylindrical-coordinate representation of color #B017A0: hue angle of 306.27º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B017A0 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 23 160 -
CMYK 0 0.87 0.09 0.31
HSL 306.27º 0.77% 0.39% -
HSV(B) 306.27º 0.87% 0.69% -
XYZ 24.56 12.38 34.35 -
YUV 84.37 170.69 193.36 -
System Red Green Blue C M Y K H S L
Decimal 176 23 160 0 0.87 0.09 0.31 306.27 0.77 0.39
Hex B0 17 A0 0 57 9 1F 132 4D 27
Octal 260 27 240 0 127 11 37 462 115 47
Binary 10110000 10111 10100000 0 1010111 1001 11111 100110010 1001101 100111

Color Harmonies of #B017A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017A0

Black with #B017A0

Text Example


Text Example

White with #B017A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017A0; }

 p { color: rgb(176,23,160); }

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

background-color css

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

 a { background-color: rgb(176,23,160); }

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

border-color css

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

 span { border-color: rgb(176,23,160); }

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