Html Css Color HEX #BC09DE Deep Magenta

📋 copy color: '#BC09DE'

red 188 ◦ green 9 ◦ blue 222

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

Shades of Deep Magenta #BC09DE

Tints of Deep Magenta #BC09DE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.15%

 BLUE value IS 222 (87.11% from 255) = 52.98%

R = 44.87%
G = 2.15%
B = 52.98%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC09DE (or 0xBC09DE) is known color: Deep Magenta. HEX triplet: BC, 09 and DE. RGB value is (188,9,222). Sum of RGB (Red+Green+Blue) = 188+9+222=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC09DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC09DE is #43F621. Grayscale: #565656. Windows color (decimal): -4453922 or 14551484. OLE color: 14551484.

HSL color Cylindrical-coordinate representation of color #BC09DE: hue angle of 290.42º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC09DE is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 9 222 -
CMYK 0.15 0.96 0 0.13
HSL 290.42º 0.92% 0.45% -
HSV(B) 290.42º 0.96% 0.87% -
XYZ 34.02 16.16 70.43 -
YUV 86.8 204.3 200.18 -
System Red Green Blue C M Y K H S L
Decimal 188 9 222 0.15 0.96 0 0.13 290.42 0.92 0.45
Hex BC 9 DE F 60 0 D 122 5C 2D
Octal 274 11 336 17 140 0 15 442 134 55
Binary 10111100 1001 11011110 1111 1100000 0 1101 100100010 1011100 101101

Color Harmonies of #BC09DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09DE

Black with #BC09DE

Text Example


Text Example

White with #BC09DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09DE; }

 p { color: rgb(188,9,222); }

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

background-color css

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

 a { background-color: rgb(188,9,222); }

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

border-color css

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

 span { border-color: rgb(188,9,222); }

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