Html Css Color HEX #B814DD Deep Magenta

📋 copy color: '#B814DD'

red 184 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #B814DD

Tints of Deep Magenta #B814DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52%

R = 43.29%
G = 4.71%
B = 52%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B814DD (or 0xB814DD) is known color: Deep Magenta. HEX triplet: B8, 14 and DD. RGB value is (184,20,221). Sum of RGB (Red+Green+Blue) = 184+20+221=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #B814DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B814DD is #47EB22. Grayscale: #5B5B5B. Windows color (decimal): -4713251 or 14488760. OLE color: 14488760.

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

Color convert

RGB 184 20 221 -
CMYK 0.17 0.91 0 0.13
HSL 288.96º 0.83% 0.47% -
HSV(B) 288.96º 0.91% 0.87% -
XYZ 33.07 15.91 69.73 -
YUV 91.95 200.83 193.66 -
System Red Green Blue C M Y K H S L
Decimal 184 20 221 0.17 0.91 0 0.13 288.96 0.83 0.47
Hex B8 14 DD 11 5B 0 D 121 53 2F
Octal 270 24 335 21 133 0 15 441 123 57
Binary 10111000 10100 11011101 10001 1011011 0 1101 100100001 1010011 101111

Color Harmonies of #B814DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B814DD

Black with #B814DD

Text Example


Text Example

White with #B814DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B814DD; }

 p { color: rgb(184,20,221); }

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

background-color css

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

 a { background-color: rgb(184,20,221); }

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

border-color css

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

 span { border-color: rgb(184,20,221); }

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