Html Css Color HEX #B418DE Dark Violet

📋 copy color: '#B418DE'

red 180 ◦ green 24 ◦ blue 222

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

Shades of Dark Violet #B418DE

Tints of Dark Violet #B418DE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.63%

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

R = 42.25%
G = 5.63%
B = 52.11%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B418DE (or 0xB418DE) is known color: Dark Violet. HEX triplet: B4, 18 and DE. RGB value is (180,24,222). Sum of RGB (Red+Green+Blue) = 180+24+222=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #B418DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B418DE is #4BE721. Grayscale: #5C5C5C. Windows color (decimal): -4974370 or 14555316. OLE color: 14555316.

HSL color Cylindrical-coordinate representation of color #B418DE: hue angle of 287.27º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B418DE is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 24 222 -
CMYK 0.19 0.89 0 0.13
HSL 287.27º 0.8% 0.48% -
HSV(B) 287.27º 0.89% 0.87% -
XYZ 32.33 15.63 70.42 -
YUV 93.22 200.68 189.9 -
System Red Green Blue C M Y K H S L
Decimal 180 24 222 0.19 0.89 0 0.13 287.27 0.8 0.48
Hex B4 18 DE 13 59 0 D 11F 50 30
Octal 264 30 336 23 131 0 15 437 120 60
Binary 10110100 11000 11011110 10011 1011001 0 1101 100011111 1010000 110000

Color Harmonies of #B418DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B418DE

Black with #B418DE

Text Example


Text Example

White with #B418DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B418DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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