Html Css Color HEX #B017DD Dark Violet

📋 copy color: '#B017DD'

red 176 ◦ green 23 ◦ blue 221

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

Shades of Dark Violet #B017DD

Tints of Dark Violet #B017DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 41.9%
G = 5.48%
B = 52.62%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B017DD (or 0xB017DD) is known color: Dark Violet. HEX triplet: B0, 17 and DD. RGB value is (176,23,221). Sum of RGB (Red+Green+Blue) = 176+23+221=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #B017DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017DD is #4FE822. Grayscale: #5A5A5A. Windows color (decimal): -5236771 or 14489520. OLE color: 14489520.

HSL color Cylindrical-coordinate representation of color #B017DD: hue angle of 286.36º 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 #B017DD is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 23 221 -
CMYK 0.20 0.90 0 0.13
HSL 286.36º 0.81% 0.48% -
HSV(B) 286.36º 0.9% 0.87% -
XYZ 31.26 15.06 69.67 -
YUV 91.32 201.19 188.4 -
System Red Green Blue C M Y K H S L
Decimal 176 23 221 0.20 0.90 0 0.13 286.36 0.81 0.48
Hex B0 17 DD 14 5A 0 D 11E 51 30
Octal 260 27 335 24 132 0 15 436 121 60
Binary 10110000 10111 11011101 10100 1011010 0 1101 100011110 1010001 110000

Color Harmonies of #B017DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017DD

Black with #B017DD

Text Example


Text Example

White with #B017DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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