Html Css Color HEX #BC08DA Deep Magenta

📋 copy color: '#BC08DA'

red 188 ◦ green 8 ◦ blue 218

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

Shades of Deep Magenta #BC08DA

Tints of Deep Magenta #BC08DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 45.41%
G = 1.93%
B = 52.66%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC08DA (or 0xBC08DA) is known color: Deep Magenta. HEX triplet: BC, 08 and DA. RGB value is (188,8,218). Sum of RGB (Red+Green+Blue) = 188+8+218=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC08DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08DA is #43F725. Grayscale: #555555. Windows color (decimal): -4454182 or 14289084. OLE color: 14289084.

HSL color Cylindrical-coordinate representation of color #BC08DA: hue angle of 291.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08DA is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 8 218 -
CMYK 0.14 0.96 0 0.15
HSL 291.43º 0.93% 0.44% -
HSV(B) 291.43º 0.96% 0.85% -
XYZ 33.48 15.93 67.64 -
YUV 85.76 202.63 200.92 -
System Red Green Blue C M Y K H S L
Decimal 188 8 218 0.14 0.96 0 0.15 291.43 0.93 0.44
Hex BC 8 DA E 60 0 F 123 5D 2C
Octal 274 10 332 16 140 0 17 443 135 54
Binary 10111100 1000 11011010 1110 1100000 0 1111 100100011 1011101 101100

Color Harmonies of #BC08DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC08DA

Black with #BC08DA

Text Example


Text Example

White with #BC08DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC08DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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