Html Css Color HEX #BC08C7 Deep Magenta

📋 copy color: '#BC08C7'

red 188 ◦ green 8 ◦ blue 199

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

Shades of Deep Magenta #BC08C7

Tints of Deep Magenta #BC08C7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.03%

 BLUE value IS 199 (78.13% from 255) = 50.38%

R = 47.59%
G = 2.03%
B = 50.38%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC08C7 (or 0xBC08C7) is known color: Deep Magenta. HEX triplet: BC, 08 and C7. RGB value is (188,8,199). Sum of RGB (Red+Green+Blue) = 188+8+199=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC08C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08C7 is #43F738. Grayscale: #535353. Windows color (decimal): -4454201 or 13043900. OLE color: 13043900.

HSL color Cylindrical-coordinate representation of color #BC08C7: hue angle of 296.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08C7 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 8 199 -
CMYK 0.06 0.96 0 0.22
HSL 296.54º 0.92% 0.41% -
HSV(B) 296.54º 0.96% 0.78% -
XYZ 31.13 14.99 55.28 -
YUV 83.59 193.13 202.47 -
System Red Green Blue C M Y K H S L
Decimal 188 8 199 0.06 0.96 0 0.22 296.54 0.92 0.41
Hex BC 8 C7 6 60 0 16 129 5C 29
Octal 274 10 307 6 140 0 26 451 134 51
Binary 10111100 1000 11000111 110 1100000 0 10110 100101001 1011100 101001

Color Harmonies of #BC08C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC08C7

Black with #BC08C7

Text Example


Text Example

White with #BC08C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC08C7; }

 p { color: rgb(188,8,199); }

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

background-color css

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

 a { background-color: rgb(188,8,199); }

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

border-color css

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

 span { border-color: rgb(188,8,199); }

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