Html Css Color HEX #BC6EBC Fuchsia

📋 copy color: '#BC6EBC'

red 188 ◦ green 110 ◦ blue 188

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

Shades of Fuchsia #BC6EBC

Tints of Fuchsia #BC6EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.63%

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 38.68%
G = 22.63%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC6EBC (or 0xBC6EBC) is known color: Fuchsia. HEX triplet: BC, 6E and BC. RGB value is (188,110,188). Sum of RGB (Red+Green+Blue) = 188+110+188=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC6EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EBC is #439143. Grayscale: #8D8D8D. Windows color (decimal): -4428100 or 12349116. OLE color: 12349116.

HSL color Cylindrical-coordinate representation of color #BC6EBC: hue angle of 300º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6EBC is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 110 188 -
CMYK 0 0.41 0 0.26
HSL 300º 0.37% 0.58% -
HSV(B) 300º 0.41% 0.74% -
XYZ 35.39 25.47 50.63 -
YUV 142.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 188 110 188 0 0.41 0 0.26 300 0.37 0.58
Hex BC 6E BC 0 29 0 1A 12C 25 3A
Octal 274 156 274 0 51 0 32 454 45 72
Binary 10111100 1101110 10111100 0 101001 0 11010 100101100 100101 111010

Color Harmonies of #BC6EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EBC

Black with #BC6EBC

Text Example


Text Example

White with #BC6EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EBC; }

 p { color: rgb(188,110,188); }

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

background-color css

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

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

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

border-color css

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

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

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