Html Css Color HEX #B017DB Dark Violet

📋 copy color: '#B017DB'

red 176 ◦ green 23 ◦ blue 219

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

Shades of Dark Violet #B017DB

Tints of Dark Violet #B017DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.39%

R = 42.11%
G = 5.5%
B = 52.39%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B017DB (or 0xB017DB) is known color: Dark Violet. HEX triplet: B0, 17 and DB. RGB value is (176,23,219). Sum of RGB (Red+Green+Blue) = 176+23+219=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #B017DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017DB is #4FE824. Grayscale: #5A5A5A. Windows color (decimal): -5236773 or 14358448. OLE color: 14358448.

HSL color Cylindrical-coordinate representation of color #B017DB: hue angle of 286.84º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B017DB is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 23 219 -
CMYK 0.20 0.89 0 0.14
HSL 286.84º 0.81% 0.47% -
HSV(B) 286.84º 0.89% 0.86% -
XYZ 31 14.96 68.27 -
YUV 91.09 200.19 188.56 -
System Red Green Blue C M Y K H S L
Decimal 176 23 219 0.20 0.89 0 0.14 286.84 0.81 0.47
Hex B0 17 DB 14 59 0 E 11F 51 2F
Octal 260 27 333 24 131 0 16 437 121 57
Binary 10110000 10111 11011011 10100 1011001 0 1110 100011111 1010001 101111

Color Harmonies of #B017DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017DB

Black with #B017DB

Text Example


Text Example

White with #B017DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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