Html Css Color HEX #BC69AA Fuchsia

📋 copy color: '#BC69AA'

red 188 ◦ green 105 ◦ blue 170

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

Shades of Fuchsia #BC69AA

Tints of Fuchsia #BC69AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.72%

R = 40.6%
G = 22.68%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC69AA (or 0xBC69AA) is known color: Fuchsia. HEX triplet: BC, 69 and AA. RGB value is (188,105,170). Sum of RGB (Red+Green+Blue) = 188+105+170=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC69AA is #439655. Grayscale: #898989. Windows color (decimal): -4429398 or 11168188. OLE color: 11168188.

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

Color convert

RGB 188 105 170 -
CMYK 0 0.44 0.10 0.26
HSL 313.01º 0.38% 0.57% -
HSV(B) 313.01º 0.44% 0.74% -
XYZ 33.05 23.7 40.86 -
YUV 137.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 188 105 170 0 0.44 0.10 0.26 313.01 0.38 0.57
Hex BC 69 AA 0 2C A 1A 139 26 39
Octal 274 151 252 0 54 12 32 471 46 71
Binary 10111100 1101001 10101010 0 101100 1010 11010 100111001 100110 111001

Color Harmonies of #BC69AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69AA

Black with #BC69AA

Text Example


Text Example

White with #BC69AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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