Html Css Color HEX #BC08E0 Deep Magenta

📋 copy color: '#BC08E0'

red 188 ◦ green 8 ◦ blue 224

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

Shades of Deep Magenta #BC08E0

Tints of Deep Magenta #BC08E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.33%

R = 44.76%
G = 1.9%
B = 53.33%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC08E0 (or 0xBC08E0) is known color: Deep Magenta. HEX triplet: BC, 08 and E0. RGB value is (188,8,224). Sum of RGB (Red+Green+Blue) = 188+8+224=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC08E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08E0 is #43F71F. Grayscale: #555555. Windows color (decimal): -4454176 or 14682300. OLE color: 14682300.

HSL color Cylindrical-coordinate representation of color #BC08E0: hue angle of 290º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08E0 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 8 224 -
CMYK 0.16 0.96 0 0.12
HSL 290º 0.93% 0.45% -
HSV(B) 290º 0.96% 0.88% -
XYZ 34.28 16.25 71.85 -
YUV 86.44 205.63 200.44 -
System Red Green Blue C M Y K H S L
Decimal 188 8 224 0.16 0.96 0 0.12 290 0.93 0.45
Hex BC 8 E0 10 60 0 C 122 5D 2D
Octal 274 10 340 20 140 0 14 442 135 55
Binary 10111100 1000 11100000 10000 1100000 0 1100 100100010 1011101 101101

Color Harmonies of #BC08E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC08E0

Black with #BC08E0

Text Example


Text Example

White with #BC08E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC08E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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