Html Css Color HEX #BC0EBA Deep Magenta

📋 copy color: '#BC0EBA'

red 188 ◦ green 14 ◦ blue 186

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

Shades of Deep Magenta #BC0EBA

Tints of Deep Magenta #BC0EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.61%

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 48.45%
G = 3.61%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC0EBA (or 0xBC0EBA) is known color: Deep Magenta. HEX triplet: BC, 0E and BA. RGB value is (188,14,186). Sum of RGB (Red+Green+Blue) = 188+14+186=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0EBA is #43F145. Grayscale: #555555. Windows color (decimal): -4452678 or 12193468. OLE color: 12193468.

HSL color Cylindrical-coordinate representation of color #BC0EBA: hue angle of 300.69º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0EBA is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 14 186 -
CMYK 0 0.93 0.01 0.26
HSL 300.69º 0.86% 0.4% -
HSV(B) 300.69º 0.93% 0.74% -
XYZ 29.76 14.55 47.69 -
YUV 85.63 184.65 201.01 -
System Red Green Blue C M Y K H S L
Decimal 188 14 186 0 0.93 0.01 0.26 300.69 0.86 0.4
Hex BC E BA 0 5D 1 1A 12D 56 28
Octal 274 16 272 0 135 1 32 455 126 50
Binary 10111100 1110 10111010 0 1011101 1 11010 100101101 1010110 101000

Color Harmonies of #BC0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0EBA

Black with #BC0EBA

Text Example


Text Example

White with #BC0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0EBA; }

 p { color: rgb(188,14,186); }

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

background-color css

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

 a { background-color: rgb(188,14,186); }

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

border-color css

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

 span { border-color: rgb(188,14,186); }

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