Html Css Color HEX #BC68AB Fuchsia

📋 copy color: '#BC68AB'

red 188 ◦ green 104 ◦ blue 171

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

Shades of Fuchsia #BC68AB

Tints of Fuchsia #BC68AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 40.6%
G = 22.46%
B = 36.93%

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

#BC68AB (or 0xBC68AB) is known color: Fuchsia. HEX triplet: BC, 68 and AB. RGB value is (188,104,171). Sum of RGB (Red+Green+Blue) = 188+104+171=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC68AB is #439754. Grayscale: #888888. Windows color (decimal): -4429653 or 11233468. OLE color: 11233468.

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

Color convert

RGB 188 104 171 -
CMYK 0 0.45 0.09 0.26
HSL 312.14º 0.39% 0.57% -
HSV(B) 312.14º 0.45% 0.74% -
XYZ 33.04 23.53 41.33 -
YUV 136.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 188 104 171 0 0.45 0.09 0.26 312.14 0.39 0.57
Hex BC 68 AB 0 2D 9 1A 138 27 39
Octal 274 150 253 0 55 11 32 470 47 71
Binary 10111100 1101000 10101011 0 101101 1001 11010 100111000 100111 111001

Color Harmonies of #BC68AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68AB

Black with #BC68AB

Text Example


Text Example

White with #BC68AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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