Html Css Color HEX #B817CD Deep Magenta

📋 copy color: '#B817CD'

red 184 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #B817CD

Tints of Deep Magenta #B817CD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.58%

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

R = 44.66%
G = 5.58%
B = 49.76%

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

#B817CD (or 0xB817CD) is known color: Deep Magenta. HEX triplet: B8, 17 and CD. RGB value is (184,23,205). Sum of RGB (Red+Green+Blue) = 184+23+205=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #B817CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B817CD is #47E832. Grayscale: #5B5B5B. Windows color (decimal): -4712499 or 13440952. OLE color: 13440952.

HSL color Cylindrical-coordinate representation of color #B817CD: hue angle of 293.08º degrees, saturation: 0.8, 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 #B817CD is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 23 205 -
CMYK 0.10 0.89 0 0.20
HSL 293.08º 0.8% 0.45% -
HSV(B) 293.08º 0.89% 0.8% -
XYZ 31.09 15.21 59.05 -
YUV 91.89 191.84 193.7 -
System Red Green Blue C M Y K H S L
Decimal 184 23 205 0.10 0.89 0 0.20 293.08 0.8 0.45
Hex B8 17 CD A 59 0 14 125 50 2D
Octal 270 27 315 12 131 0 24 445 120 55
Binary 10111000 10111 11001101 1010 1011001 0 10100 100100101 1010000 101101

Color Harmonies of #B817CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B817CD

Black with #B817CD

Text Example


Text Example

White with #B817CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B817CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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