Html Css Color HEX #B017A5 Medium Violet Red

📋 copy color: '#B017A5'

red 176 ◦ green 23 ◦ blue 165

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

Shades of Medium Violet Red #B017A5

Tints of Medium Violet Red #B017A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.33%

R = 48.35%
G = 6.32%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B017A5 (or 0xB017A5) is known color: Medium Violet Red. HEX triplet: B0, 17 and A5. RGB value is (176,23,165). Sum of RGB (Red+Green+Blue) = 176+23+165=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B017A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B017A5 is #4FE85A. Grayscale: #545454. Windows color (decimal): -5236827 or 10819504. OLE color: 10819504.

HSL color Cylindrical-coordinate representation of color #B017A5: hue angle of 304.31º 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 #B017A5 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 23 165 -
CMYK 0 0.87 0.06 0.31
HSL 304.31º 0.77% 0.39% -
HSV(B) 304.31º 0.87% 0.69% -
XYZ 25 12.56 36.7 -
YUV 84.94 173.19 192.95 -
System Red Green Blue C M Y K H S L
Decimal 176 23 165 0 0.87 0.06 0.31 304.31 0.77 0.39
Hex B0 17 A5 0 57 6 1F 130 4D 27
Octal 260 27 245 0 127 6 37 460 115 47
Binary 10110000 10111 10100101 0 1010111 110 11111 100110000 1001101 100111

Color Harmonies of #B017A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017A5

Black with #B017A5

Text Example


Text Example

White with #B017A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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