Html Css Color HEX #BC69AD Fuchsia

📋 copy color: '#BC69AD'

red 188 ◦ green 105 ◦ blue 173

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

Shades of Fuchsia #BC69AD

Tints of Fuchsia #BC69AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.12%

R = 40.34%
G = 22.53%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC69AD (or 0xBC69AD) is known color: Fuchsia. HEX triplet: BC, 69 and AD. RGB value is (188,105,173). Sum of RGB (Red+Green+Blue) = 188+105+173=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC69AD is #439652. Grayscale: #898989. Windows color (decimal): -4429395 or 11364796. OLE color: 11364796.

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

Color convert

RGB 188 105 173 -
CMYK 0 0.44 0.08 0.26
HSL 310.84º 0.38% 0.57% -
HSV(B) 310.84º 0.44% 0.74% -
XYZ 33.33 23.81 42.37 -
YUV 137.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 188 105 173 0 0.44 0.08 0.26 310.84 0.38 0.57
Hex BC 69 AD 0 2C 8 1A 137 26 39
Octal 274 151 255 0 54 10 32 467 46 71
Binary 10111100 1101001 10101101 0 101100 1000 11010 100110111 100110 111001

Color Harmonies of #BC69AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69AD

Black with #BC69AD

Text Example


Text Example

White with #BC69AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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