Html Css Color HEX #BC6EAE Fuchsia

📋 copy color: '#BC6EAE'

red 188 ◦ green 110 ◦ blue 174

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

Shades of Fuchsia #BC6EAE

Tints of Fuchsia #BC6EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.86%

R = 39.83%
G = 23.31%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC6EAE (or 0xBC6EAE) is known color: Fuchsia. HEX triplet: BC, 6E and AE. RGB value is (188,110,174). Sum of RGB (Red+Green+Blue) = 188+110+174=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6EAE is #439151. Grayscale: #8C8C8C. Windows color (decimal): -4428114 or 11431612. OLE color: 11431612.

HSL color Cylindrical-coordinate representation of color #BC6EAE: hue angle of 310.77º 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 #BC6EAE is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 110 174 -
CMYK 0 0.41 0.07 0.26
HSL 310.77º 0.37% 0.58% -
HSV(B) 310.77º 0.41% 0.74% -
XYZ 33.95 24.9 43.06 -
YUV 140.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 188 110 174 0 0.41 0.07 0.26 310.77 0.37 0.58
Hex BC 6E AE 0 29 7 1A 137 25 3A
Octal 274 156 256 0 51 7 32 467 45 72
Binary 10111100 1101110 10101110 0 101001 111 11010 100110111 100101 111010

Color Harmonies of #BC6EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EAE

Black with #BC6EAE

Text Example


Text Example

White with #BC6EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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