Html Css Color HEX #B818DA Deep Magenta

📋 copy color: '#B818DA'

red 184 ◦ green 24 ◦ blue 218

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

Shades of Deep Magenta #B818DA

Tints of Deep Magenta #B818DA

RGB

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

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

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

R = 43.19%
G = 5.63%
B = 51.17%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B818DA (or 0xB818DA) is known color: Deep Magenta. HEX triplet: B8, 18 and DA. RGB value is (184,24,218). Sum of RGB (Red+Green+Blue) = 184+24+218=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #B818DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B818DA is #47E725. Grayscale: #5D5D5D. Windows color (decimal): -4712230 or 14293176. OLE color: 14293176.

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

Color convert

RGB 184 24 218 -
CMYK 0.16 0.89 0 0.15
HSL 289.48º 0.8% 0.47% -
HSV(B) 289.48º 0.89% 0.85% -
XYZ 32.75 15.91 67.67 -
YUV 93.96 198.01 192.23 -
System Red Green Blue C M Y K H S L
Decimal 184 24 218 0.16 0.89 0 0.15 289.48 0.8 0.47
Hex B8 18 DA 10 59 0 F 121 50 2F
Octal 270 30 332 20 131 0 17 441 120 57
Binary 10111000 11000 11011010 10000 1011001 0 1111 100100001 1010000 101111

Color Harmonies of #B818DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B818DA

Black with #B818DA

Text Example


Text Example

White with #B818DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B818DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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