Html Css Color HEX #BC22D9 Deep Magenta

📋 copy color: '#BC22D9'

red 188 ◦ green 34 ◦ blue 217

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

Shades of Deep Magenta #BC22D9

Tints of Deep Magenta #BC22D9

RGB

 RED value IS 188 (73.83% from 255) = 42.82%

 GREEN value IS 34 (13.67% from 255) = 7.74%

 BLUE value IS 217 (85.16% from 255) = 49.43%

R = 42.82%
G = 7.74%
B = 49.43%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC22D9 (or 0xBC22D9) is known color: Deep Magenta. HEX triplet: BC, 22 and D9. RGB value is (188,34,217). Sum of RGB (Red+Green+Blue) = 188+34+217=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC22D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC22D9 is #43DD26. Grayscale: #646464. Windows color (decimal): -4447527 or 14230204. OLE color: 14230204.

HSL color Cylindrical-coordinate representation of color #BC22D9: hue angle of 290.49º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC22D9 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 34 217 -
CMYK 0.13 0.84 0 0.15
HSL 290.49º 0.73% 0.49% -
HSV(B) 290.49º 0.84% 0.85% -
XYZ 33.84 16.85 67.11 -
YUV 100.91 193.52 190.12 -
System Red Green Blue C M Y K H S L
Decimal 188 34 217 0.13 0.84 0 0.15 290.49 0.73 0.49
Hex BC 22 D9 D 54 0 F 122 49 31
Octal 274 42 331 15 124 0 17 442 111 61
Binary 10111100 100010 11011001 1101 1010100 0 1111 100100010 1001001 110001

Color Harmonies of #BC22D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC22D9

Black with #BC22D9

Text Example


Text Example

White with #BC22D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC22D9; }

 p { color: rgb(188,34,217); }

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

background-color css

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

 a { background-color: rgb(188,34,217); }

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

border-color css

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

 span { border-color: rgb(188,34,217); }

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