Html Css Color HEX #BC68AA Fuchsia

📋 copy color: '#BC68AA'

red 188 ◦ green 104 ◦ blue 170

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

Shades of Fuchsia #BC68AA

Tints of Fuchsia #BC68AA

RGB

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

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

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

R = 40.69%
G = 22.51%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC68AA (or 0xBC68AA) is known color: Fuchsia. HEX triplet: BC, 68 and AA. RGB value is (188,104,170). Sum of RGB (Red+Green+Blue) = 188+104+170=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC68AA is #439755. Grayscale: #888888. Windows color (decimal): -4429654 or 11167932. OLE color: 11167932.

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

Color convert

RGB 188 104 170 -
CMYK 0 0.45 0.10 0.26
HSL 312.86º 0.39% 0.57% -
HSV(B) 312.86º 0.45% 0.74% -
XYZ 32.95 23.49 40.83 -
YUV 136.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 188 104 170 0 0.45 0.10 0.26 312.86 0.39 0.57
Hex BC 68 AA 0 2D A 1A 139 27 39
Octal 274 150 252 0 55 12 32 471 47 71
Binary 10111100 1101000 10101010 0 101101 1010 11010 100111001 100111 111001

Color Harmonies of #BC68AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68AA

Black with #BC68AA

Text Example


Text Example

White with #BC68AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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