Html Css Color HEX #B017A8 Medium Violet Red

📋 copy color: '#B017A8'

red 176 ◦ green 23 ◦ blue 168

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

Shades of Medium Violet Red #B017A8

Tints of Medium Violet Red #B017A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.78%

R = 47.96%
G = 6.27%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B017A8 (or 0xB017A8) is known color: Medium Violet Red. HEX triplet: B0, 17 and A8. RGB value is (176,23,168). Sum of RGB (Red+Green+Blue) = 176+23+168=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B017A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B017A8 is #4FE857. Grayscale: #545454. Windows color (decimal): -5236824 or 11016112. OLE color: 11016112.

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

Color convert

RGB 176 23 168 -
CMYK 0 0.87 0.05 0.31
HSL 303.14º 0.77% 0.39% -
HSV(B) 303.14º 0.87% 0.69% -
XYZ 25.28 12.67 38.16 -
YUV 85.28 174.69 192.71 -
System Red Green Blue C M Y K H S L
Decimal 176 23 168 0 0.87 0.05 0.31 303.14 0.77 0.39
Hex B0 17 A8 0 57 5 1F 12F 4D 27
Octal 260 27 250 0 127 5 37 457 115 47
Binary 10110000 10111 10101000 0 1010111 101 11111 100101111 1001101 100111

Color Harmonies of #B017A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017A8

Black with #B017A8

Text Example


Text Example

White with #B017A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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