Html Css Color HEX #B217DF Dark Violet

📋 copy color: '#B217DF'

red 178 ◦ green 23 ◦ blue 223

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

Shades of Dark Violet #B217DF

Tints of Dark Violet #B217DF

RGB

 RED value IS 178 (69.92% from 255) = 41.98%

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

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

R = 41.98%
G = 5.42%
B = 52.59%

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

#B217DF (or 0xB217DF) is known color: Dark Violet. HEX triplet: B2, 17 and DF. RGB value is (178,23,223). Sum of RGB (Red+Green+Blue) = 178+23+223=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #B217DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B217DF is #4DE820. Grayscale: #5B5B5B. Windows color (decimal): -5105697 or 14620594. OLE color: 14620594.

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

Color convert

RGB 178 23 223 -
CMYK 0.20 0.90 0 0.13
HSL 286.5º 0.81% 0.48% -
HSV(B) 286.5º 0.9% 0.87% -
XYZ 31.99 15.41 71.1 -
YUV 92.15 201.85 189.24 -
System Red Green Blue C M Y K H S L
Decimal 178 23 223 0.20 0.90 0 0.13 286.5 0.81 0.48
Hex B2 17 DF 14 5A 0 D 11E 51 30
Octal 262 27 337 24 132 0 15 436 121 60
Binary 10110010 10111 11011111 10100 1011010 0 1101 100011110 1010001 110000

Color Harmonies of #B217DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B217DF

Black with #B217DF

Text Example


Text Example

White with #B217DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B217DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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