Html Css Color HEX #B514DE Deep Magenta

📋 copy color: '#B514DE'

red 181 ◦ green 20 ◦ blue 222

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

Shades of Deep Magenta #B514DE

Tints of Deep Magenta #B514DE

RGB

 RED value IS 181 (71.09% from 255) = 42.79%

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

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

R = 42.79%
G = 4.73%
B = 52.48%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B514DE (or 0xB514DE) is known color: Deep Magenta. HEX triplet: B5, 14 and DE. RGB value is (181,20,222). Sum of RGB (Red+Green+Blue) = 181+20+222=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #B514DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B514DE is #4AEB21. Grayscale: #5A5A5A. Windows color (decimal): -4909858 or 14554293. OLE color: 14554293.

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

Color convert

RGB 181 20 222 -
CMYK 0.18 0.91 0 0.13
HSL 287.82º 0.83% 0.47% -
HSV(B) 287.82º 0.91% 0.87% -
XYZ 32.49 15.6 70.41 -
YUV 91.17 201.84 192.07 -
System Red Green Blue C M Y K H S L
Decimal 181 20 222 0.18 0.91 0 0.13 287.82 0.83 0.47
Hex B5 14 DE 12 5B 0 D 120 53 2F
Octal 265 24 336 22 133 0 15 440 123 57
Binary 10110101 10100 11011110 10010 1011011 0 1101 100100000 1010011 101111

Color Harmonies of #B514DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B514DE

Black with #B514DE

Text Example


Text Example

White with #B514DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B514DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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