Html Css Color HEX #B816CD Deep Magenta

📋 copy color: '#B816CD'

red 184 ◦ green 22 ◦ blue 205

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

Shades of Deep Magenta #B816CD

Tints of Deep Magenta #B816CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.35%

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

R = 44.77%
G = 5.35%
B = 49.88%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B816CD (or 0xB816CD) is known color: Deep Magenta. HEX triplet: B8, 16 and CD. RGB value is (184,22,205). Sum of RGB (Red+Green+Blue) = 184+22+205=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #B816CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B816CD is #47E932. Grayscale: #5A5A5A. Windows color (decimal): -4712755 or 13440696. OLE color: 13440696.

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

Color convert

RGB 184 22 205 -
CMYK 0.10 0.89 0 0.20
HSL 293.11º 0.81% 0.45% -
HSV(B) 293.11º 0.89% 0.8% -
XYZ 31.07 15.17 59.05 -
YUV 91.3 192.17 194.12 -
System Red Green Blue C M Y K H S L
Decimal 184 22 205 0.10 0.89 0 0.20 293.11 0.81 0.45
Hex B8 16 CD A 59 0 14 125 51 2D
Octal 270 26 315 12 131 0 24 445 121 55
Binary 10111000 10110 11001101 1010 1011001 0 10100 100100101 1010001 101101

Color Harmonies of #B816CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B816CD

Black with #B816CD

Text Example


Text Example

White with #B816CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B816CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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