Html Css Color HEX #B017DF Dark Violet

📋 copy color: '#B017DF'

red 176 ◦ green 23 ◦ blue 223

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

Shades of Dark Violet #B017DF

Tints of Dark Violet #B017DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 41.71%
G = 5.45%
B = 52.84%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B017DF (or 0xB017DF) is known color: Dark Violet. HEX triplet: B0, 17 and DF. RGB value is (176,23,223). Sum of RGB (Red+Green+Blue) = 176+23+223=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #B017DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017DF is #4FE820. Grayscale: #5A5A5A. Windows color (decimal): -5236769 or 14620592. OLE color: 14620592.

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

Color convert

RGB 176 23 223 -
CMYK 0.21 0.90 0 0.13
HSL 285.9º 0.81% 0.48% -
HSV(B) 285.9º 0.9% 0.87% -
XYZ 31.53 15.17 71.08 -
YUV 91.55 202.19 188.24 -
System Red Green Blue C M Y K H S L
Decimal 176 23 223 0.21 0.90 0 0.13 285.9 0.81 0.48
Hex B0 17 DF 15 5A 0 D 11E 51 30
Octal 260 27 337 25 132 0 15 436 121 60
Binary 10110000 10111 11011111 10101 1011010 0 1101 100011110 1010001 110000

Color Harmonies of #B017DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017DF

Black with #B017DF

Text Example


Text Example

White with #B017DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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