Html Css Color HEX #B718DE Deep Magenta

📋 copy color: '#B718DE'

red 183 ◦ green 24 ◦ blue 222

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

Shades of Deep Magenta #B718DE

Tints of Deep Magenta #B718DE

RGB

 RED value IS 183 (71.88% from 255) = 42.66%

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

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

R = 42.66%
G = 5.59%
B = 51.75%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B718DE (or 0xB718DE) is known color: Deep Magenta. HEX triplet: B7, 18 and DE. RGB value is (183,24,222). Sum of RGB (Red+Green+Blue) = 183+24+222=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #B718DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B718DE is #48E721. Grayscale: #5D5D5D. Windows color (decimal): -4777762 or 14555319. OLE color: 14555319.

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

Color convert

RGB 183 24 222 -
CMYK 0.18 0.89 0 0.13
HSL 288.18º 0.8% 0.48% -
HSV(B) 288.18º 0.89% 0.87% -
XYZ 33.04 15.99 70.45 -
YUV 94.11 200.18 191.4 -
System Red Green Blue C M Y K H S L
Decimal 183 24 222 0.18 0.89 0 0.13 288.18 0.8 0.48
Hex B7 18 DE 12 59 0 D 120 50 30
Octal 267 30 336 22 131 0 15 440 120 60
Binary 10110111 11000 11011110 10010 1011001 0 1101 100100000 1010000 110000

Color Harmonies of #B718DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B718DE

Black with #B718DE

Text Example


Text Example

White with #B718DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B718DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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