Html Css Color HEX #BC6DAE Fuchsia

📋 copy color: '#BC6DAE'

red 188 ◦ green 109 ◦ blue 174

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

Shades of Fuchsia #BC6DAE

Tints of Fuchsia #BC6DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.14%

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

R = 39.92%
G = 23.14%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC6DAE (or 0xBC6DAE) is known color: Fuchsia. HEX triplet: BC, 6D and AE. RGB value is (188,109,174). Sum of RGB (Red+Green+Blue) = 188+109+174=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6DAE is #439251. Grayscale: #8B8B8B. Windows color (decimal): -4428370 or 11431356. OLE color: 11431356.

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

Color convert

RGB 188 109 174 -
CMYK 0 0.42 0.07 0.26
HSL 310.63º 0.37% 0.58% -
HSV(B) 310.63º 0.42% 0.74% -
XYZ 33.85 24.68 43.03 -
YUV 140.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 188 109 174 0 0.42 0.07 0.26 310.63 0.37 0.58
Hex BC 6D AE 0 2A 7 1A 137 25 3A
Octal 274 155 256 0 52 7 32 467 45 72
Binary 10111100 1101101 10101110 0 101010 111 11010 100110111 100101 111010

Color Harmonies of #BC6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DAE

Black with #BC6DAE

Text Example


Text Example

White with #BC6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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