Html Css Color HEX #B017DC Dark Violet

📋 copy color: '#B017DC'

red 176 ◦ green 23 ◦ blue 220

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

Shades of Dark Violet #B017DC

Tints of Dark Violet #B017DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 42%
G = 5.49%
B = 52.51%

CMYK

 C value IS 0.2

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B017DC (or 0xB017DC) is known color: Dark Violet. HEX triplet: B0, 17 and DC. RGB value is (176,23,220). Sum of RGB (Red+Green+Blue) = 176+23+220=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #B017DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017DC is #4FE823. Grayscale: #5A5A5A. Windows color (decimal): -5236772 or 14423984. OLE color: 14423984.

HSL color Cylindrical-coordinate representation of color #B017DC: hue angle of 286.6º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B017DC is Cyan = 0.2, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 23 220 -
CMYK 0.2 0.90 0 0.14
HSL 286.6º 0.81% 0.48% -
HSV(B) 286.6º 0.9% 0.86% -
XYZ 31.13 15.01 68.97 -
YUV 91.21 200.69 188.48 -
System Red Green Blue C M Y K H S L
Decimal 176 23 220 0.2 0.90 0 0.14 286.6 0.81 0.48
Hex B0 17 DC 14 5A 0 E 11F 51 30
Octal 260 27 334 24 132 0 16 437 121 60
Binary 10110000 10111 11011100 10100 1011010 0 1110 100011111 1010001 110000

Color Harmonies of #B017DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017DC

Black with #B017DC

Text Example


Text Example

White with #B017DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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