Html Css Color HEX #B818CD Deep Magenta

📋 copy color: '#B818CD'

red 184 ◦ green 24 ◦ blue 205

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

Shades of Deep Magenta #B818CD

Tints of Deep Magenta #B818CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 44.55%
G = 5.81%
B = 49.64%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B818CD (or 0xB818CD) is known color: Deep Magenta. HEX triplet: B8, 18 and CD. RGB value is (184,24,205). Sum of RGB (Red+Green+Blue) = 184+24+205=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #B818CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B818CD is #47E732. Grayscale: #5B5B5B. Windows color (decimal): -4712243 or 13441208. OLE color: 13441208.

HSL color Cylindrical-coordinate representation of color #B818CD: hue angle of 293.04º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B818CD is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 24 205 -
CMYK 0.10 0.88 0 0.20
HSL 293.04º 0.79% 0.45% -
HSV(B) 293.04º 0.88% 0.8% -
XYZ 31.11 15.25 59.06 -
YUV 92.47 191.51 193.28 -
System Red Green Blue C M Y K H S L
Decimal 184 24 205 0.10 0.88 0 0.20 293.04 0.79 0.45
Hex B8 18 CD A 58 0 14 125 4F 2D
Octal 270 30 315 12 130 0 24 445 117 55
Binary 10111000 11000 11001101 1010 1011000 0 10100 100100101 1001111 101101

Color Harmonies of #B818CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B818CD

Black with #B818CD

Text Example


Text Example

White with #B818CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B818CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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