Html Css Color HEX #BC22DB Deep Magenta

📋 copy color: '#BC22DB'

red 188 ◦ green 34 ◦ blue 219

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

Shades of Deep Magenta #BC22DB

Tints of Deep Magenta #BC22DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 42.63%
G = 7.71%
B = 49.66%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC22DB (or 0xBC22DB) is known color: Deep Magenta. HEX triplet: BC, 22 and DB. RGB value is (188,34,219). Sum of RGB (Red+Green+Blue) = 188+34+219=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 34 (13.67% from 255 or 7.71% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC22DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC22DB is #43DD24. Grayscale: #646464. Windows color (decimal): -4447525 or 14361276. OLE color: 14361276.

HSL color Cylindrical-coordinate representation of color #BC22DB: hue angle of 289.95º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC22DB is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 34 219 -
CMYK 0.14 0.84 0 0.14
HSL 289.95º 0.73% 0.5% -
HSV(B) 289.95º 0.84% 0.86% -
XYZ 34.1 16.95 68.49 -
YUV 101.14 194.52 189.96 -
System Red Green Blue C M Y K H S L
Decimal 188 34 219 0.14 0.84 0 0.14 289.95 0.73 0.5
Hex BC 22 DB E 54 0 E 122 49 32
Octal 274 42 333 16 124 0 16 442 111 62
Binary 10111100 100010 11011011 1110 1010100 0 1110 100100010 1001001 110010

Color Harmonies of #BC22DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC22DB

Black with #BC22DB

Text Example


Text Example

White with #BC22DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC22DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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