Html Css Color HEX #B414DE Dark Violet

📋 copy color: '#B414DE'

red 180 ◦ green 20 ◦ blue 222

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

Shades of Dark Violet #B414DE

Tints of Dark Violet #B414DE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.74%

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

R = 42.65%
G = 4.74%
B = 52.61%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B414DE (or 0xB414DE) is known color: Dark Violet. HEX triplet: B4, 14 and DE. RGB value is (180,20,222). Sum of RGB (Red+Green+Blue) = 180+20+222=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #B414DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B414DE is #4BEB21. Grayscale: #5A5A5A. Windows color (decimal): -4975394 or 14554292. OLE color: 14554292.

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

Color convert

RGB 180 20 222 -
CMYK 0.19 0.91 0 0.13
HSL 287.52º 0.83% 0.47% -
HSV(B) 287.52º 0.91% 0.87% -
XYZ 32.26 15.48 70.39 -
YUV 90.87 202.01 191.57 -
System Red Green Blue C M Y K H S L
Decimal 180 20 222 0.19 0.91 0 0.13 287.52 0.83 0.47
Hex B4 14 DE 13 5B 0 D 120 53 2F
Octal 264 24 336 23 133 0 15 440 123 57
Binary 10110100 10100 11011110 10011 1011011 0 1101 100100000 1010011 101111

Color Harmonies of #B414DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B414DE

Black with #B414DE

Text Example


Text Example

White with #B414DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B414DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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