Html Css Color HEX #B818DE Deep Magenta

📋 copy color: '#B818DE'

red 184 ◦ green 24 ◦ blue 222

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

Shades of Deep Magenta #B818DE

Tints of Deep Magenta #B818DE

RGB

 RED value IS 184 (72.27% from 255) = 42.79%

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

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

R = 42.79%
G = 5.58%
B = 51.63%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B818DE (or 0xB818DE) is known color: Deep Magenta. HEX triplet: B8, 18 and DE. RGB value is (184,24,222). Sum of RGB (Red+Green+Blue) = 184+24+222=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #B818DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B818DE is #47E721. Grayscale: #5D5D5D. Windows color (decimal): -4712226 or 14555320. OLE color: 14555320.

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

Color convert

RGB 184 24 222 -
CMYK 0.17 0.89 0 0.13
HSL 288.48º 0.8% 0.48% -
HSV(B) 288.48º 0.89% 0.87% -
XYZ 33.28 16.12 70.46 -
YUV 94.41 200.01 191.9 -
System Red Green Blue C M Y K H S L
Decimal 184 24 222 0.17 0.89 0 0.13 288.48 0.8 0.48
Hex B8 18 DE 11 59 0 D 120 50 30
Octal 270 30 336 21 131 0 15 440 120 60
Binary 10111000 11000 11011110 10001 1011001 0 1101 100100000 1010000 110000

Color Harmonies of #B818DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B818DE

Black with #B818DE

Text Example


Text Example

White with #B818DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B818DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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