Html Css Color HEX #BC0CCE Deep Magenta

📋 copy color: '#BC0CCE'

red 188 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #BC0CCE

Tints of Deep Magenta #BC0CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.96%

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 46.31%
G = 2.96%
B = 50.74%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC0CCE (or 0xBC0CCE) is known color: Deep Magenta. HEX triplet: BC, 0C and CE. RGB value is (188,12,206). Sum of RGB (Red+Green+Blue) = 188+12+206=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC0CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CCE is #43F331. Grayscale: #565656. Windows color (decimal): -4453170 or 13503676. OLE color: 13503676.

HSL color Cylindrical-coordinate representation of color #BC0CCE: hue angle of 294.43º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CCE is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 12 206 -
CMYK 0.09 0.94 0 0.19
HSL 294.43º 0.89% 0.43% -
HSV(B) 294.43º 0.94% 0.81% -
XYZ 32.01 15.41 59.68 -
YUV 86.74 195.31 200.23 -
System Red Green Blue C M Y K H S L
Decimal 188 12 206 0.09 0.94 0 0.19 294.43 0.89 0.43
Hex BC C CE 9 5E 0 13 126 59 2B
Octal 274 14 316 11 136 0 23 446 131 53
Binary 10111100 1100 11001110 1001 1011110 0 10011 100100110 1011001 101011

Color Harmonies of #BC0CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CCE

Black with #BC0CCE

Text Example


Text Example

White with #BC0CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CCE; }

 p { color: rgb(188,12,206); }

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

background-color css

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

 a { background-color: rgb(188,12,206); }

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

border-color css

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

 span { border-color: rgb(188,12,206); }

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