Html Css Color HEX #BC68AC Fuchsia

📋 copy color: '#BC68AC'

red 188 ◦ green 104 ◦ blue 172

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

Shades of Fuchsia #BC68AC

Tints of Fuchsia #BC68AC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.41%

 BLUE value IS 172 (67.58% from 255) = 37.07%

R = 40.52%
G = 22.41%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC68AC (or 0xBC68AC) is known color: Fuchsia. HEX triplet: BC, 68 and AC. RGB value is (188,104,172). Sum of RGB (Red+Green+Blue) = 188+104+172=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC68AC is #439753. Grayscale: #888888. Windows color (decimal): -4429652 or 11299004. OLE color: 11299004.

HSL color Cylindrical-coordinate representation of color #BC68AC: hue angle of 311.43º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC68AC is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 104 172 -
CMYK 0 0.45 0.09 0.26
HSL 311.43º 0.39% 0.57% -
HSV(B) 311.43º 0.45% 0.74% -
XYZ 33.14 23.57 41.83 -
YUV 136.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 188 104 172 0 0.45 0.09 0.26 311.43 0.39 0.57
Hex BC 68 AC 0 2D 9 1A 137 27 39
Octal 274 150 254 0 55 11 32 467 47 71
Binary 10111100 1101000 10101100 0 101101 1001 11010 100110111 100111 111001

Color Harmonies of #BC68AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68AC

Black with #BC68AC

Text Example


Text Example

White with #BC68AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68AC; }

 p { color: rgb(188,104,172); }

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

background-color css

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

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

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

border-color css

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

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

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