Html Css Color HEX #B817DE Deep Magenta

📋 copy color: '#B817DE'

red 184 ◦ green 23 ◦ blue 222

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

Shades of Deep Magenta #B817DE

Tints of Deep Magenta #B817DE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.36%

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

R = 42.89%
G = 5.36%
B = 51.75%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B817DE (or 0xB817DE) is known color: Deep Magenta. HEX triplet: B8, 17 and DE. RGB value is (184,23,222). Sum of RGB (Red+Green+Blue) = 184+23+222=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 23 (9.38% from 255 or 5.36% 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 #B817DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B817DE is #47E821. Grayscale: #5D5D5D. Windows color (decimal): -4712482 or 14555064. OLE color: 14555064.

HSL color Cylindrical-coordinate representation of color #B817DE: hue angle of 288.54º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B817DE is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 23 222 -
CMYK 0.17 0.90 0 0.13
HSL 288.54º 0.81% 0.48% -
HSV(B) 288.54º 0.9% 0.87% -
XYZ 33.26 16.08 70.46 -
YUV 93.83 200.34 192.32 -
System Red Green Blue C M Y K H S L
Decimal 184 23 222 0.17 0.90 0 0.13 288.54 0.81 0.48
Hex B8 17 DE 11 5A 0 D 121 51 30
Octal 270 27 336 21 132 0 15 441 121 60
Binary 10111000 10111 11011110 10001 1011010 0 1101 100100001 1010001 110000

Color Harmonies of #B817DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B817DE

Black with #B817DE

Text Example


Text Example

White with #B817DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B817DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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