Html Css Color HEX #BC09CC Deep Magenta

📋 copy color: '#BC09CC'

red 188 ◦ green 9 ◦ blue 204

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

Shades of Deep Magenta #BC09CC

Tints of Deep Magenta #BC09CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 46.88%
G = 2.24%
B = 50.87%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC09CC (or 0xBC09CC) is known color: Deep Magenta. HEX triplet: BC, 09 and CC. RGB value is (188,9,204). Sum of RGB (Red+Green+Blue) = 188+9+204=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC09CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC09CC is #43F633. Grayscale: #545454. Windows color (decimal): -4453940 or 13371836. OLE color: 13371836.

HSL color Cylindrical-coordinate representation of color #BC09CC: hue angle of 295.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC09CC is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 9 204 -
CMYK 0.08 0.96 0 0.2
HSL 295.08º 0.92% 0.42% -
HSV(B) 295.08º 0.96% 0.8% -
XYZ 31.74 15.25 58.4 -
YUV 84.75 195.3 201.64 -
System Red Green Blue C M Y K H S L
Decimal 188 9 204 0.08 0.96 0 0.2 295.08 0.92 0.42
Hex BC 9 CC 8 60 0 14 127 5C 2A
Octal 274 11 314 10 140 0 24 447 134 52
Binary 10111100 1001 11001100 1000 1100000 0 10100 100100111 1011100 101010

Color Harmonies of #BC09CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09CC

Black with #BC09CC

Text Example


Text Example

White with #BC09CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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