Html Css Color HEX #B417DE Dark Violet

📋 copy color: '#B417DE'

red 180 ◦ green 23 ◦ blue 222

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

Shades of Dark Violet #B417DE

Tints of Dark Violet #B417DE

RGB

 RED value IS 180 (70.7% from 255) = 42.35%

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

 BLUE value IS 222 (87.11% from 255) = 52.24%

R = 42.35%
G = 5.41%
B = 52.24%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B417DE (or 0xB417DE) is known color: Dark Violet. HEX triplet: B4, 17 and DE. RGB value is (180,23,222). Sum of RGB (Red+Green+Blue) = 180+23+222=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #B417DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417DE is #4BE821. Grayscale: #5B5B5B. Windows color (decimal): -4974626 or 14555060. OLE color: 14555060.

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

Color convert

RGB 180 23 222 -
CMYK 0.19 0.90 0 0.13
HSL 287.34º 0.81% 0.48% -
HSV(B) 287.34º 0.9% 0.87% -
XYZ 32.31 15.59 70.41 -
YUV 92.63 201.01 190.32 -
System Red Green Blue C M Y K H S L
Decimal 180 23 222 0.19 0.90 0 0.13 287.34 0.81 0.48
Hex B4 17 DE 13 5A 0 D 11F 51 30
Octal 264 27 336 23 132 0 15 437 121 60
Binary 10110100 10111 11011110 10011 1011010 0 1101 100011111 1010001 110000

Color Harmonies of #B417DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417DE

Black with #B417DE

Text Example


Text Example

White with #B417DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417DE; }

 p { color: rgb(180,23,222); }

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

background-color css

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

 a { background-color: rgb(180,23,222); }

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

border-color css

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

 span { border-color: rgb(180,23,222); }

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