Html Css Color HEX #BC69AC Fuchsia

📋 copy color: '#BC69AC'

red 188 ◦ green 105 ◦ blue 172

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

Shades of Fuchsia #BC69AC

Tints of Fuchsia #BC69AC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.58%

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

R = 40.43%
G = 22.58%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC69AC (or 0xBC69AC) is known color: Fuchsia. HEX triplet: BC, 69 and AC. RGB value is (188,105,172). Sum of RGB (Red+Green+Blue) = 188+105+172=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC69AC is #439653. Grayscale: #898989. Windows color (decimal): -4429396 or 11299260. OLE color: 11299260.

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

Color convert

RGB 188 105 172 -
CMYK 0 0.44 0.09 0.26
HSL 311.57º 0.38% 0.57% -
HSV(B) 311.57º 0.44% 0.74% -
XYZ 33.24 23.77 41.87 -
YUV 137.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 188 105 172 0 0.44 0.09 0.26 311.57 0.38 0.57
Hex BC 69 AC 0 2C 9 1A 138 26 39
Octal 274 151 254 0 54 11 32 470 46 71
Binary 10111100 1101001 10101100 0 101100 1001 11010 100111000 100110 111001

Color Harmonies of #BC69AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69AC

Black with #BC69AC

Text Example


Text Example

White with #BC69AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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