Html Css Color HEX #B814DA Deep Magenta

📋 copy color: '#B814DA'

red 184 ◦ green 20 ◦ blue 218

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

Shades of Deep Magenta #B814DA

Tints of Deep Magenta #B814DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 43.6%
G = 4.74%
B = 51.66%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B814DA (or 0xB814DA) is known color: Deep Magenta. HEX triplet: B8, 14 and DA. RGB value is (184,20,218). Sum of RGB (Red+Green+Blue) = 184+20+218=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #B814DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B814DA is #47EB25. Grayscale: #5A5A5A. Windows color (decimal): -4713254 or 14292152. OLE color: 14292152.

HSL color Cylindrical-coordinate representation of color #B814DA: hue angle of 289.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B814DA is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 20 218 -
CMYK 0.16 0.91 0 0.15
HSL 289.7º 0.83% 0.47% -
HSV(B) 289.7º 0.91% 0.85% -
XYZ 32.67 15.75 67.65 -
YUV 91.61 199.33 193.9 -
System Red Green Blue C M Y K H S L
Decimal 184 20 218 0.16 0.91 0 0.15 289.7 0.83 0.47
Hex B8 14 DA 10 5B 0 F 122 53 2F
Octal 270 24 332 20 133 0 17 442 123 57
Binary 10111000 10100 11011010 10000 1011011 0 1111 100100010 1010011 101111

Color Harmonies of #B814DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B814DA

Black with #B814DA

Text Example


Text Example

White with #B814DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B814DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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