Html Css Color HEX #BC6BAC Fuchsia

📋 copy color: '#BC6BAC'

red 188 ◦ green 107 ◦ blue 172

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

Shades of Fuchsia #BC6BAC

Tints of Fuchsia #BC6BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.91%

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

R = 40.26%
G = 22.91%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC6BAC (or 0xBC6BAC) is known color: Fuchsia. HEX triplet: BC, 6B and AC. RGB value is (188,107,172). Sum of RGB (Red+Green+Blue) = 188+107+172=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6BAC is #439453. Grayscale: #8A8A8A. Windows color (decimal): -4428884 or 11299772. OLE color: 11299772.

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

Color convert

RGB 188 107 172 -
CMYK 0 0.43 0.09 0.26
HSL 311.85º 0.38% 0.58% -
HSV(B) 311.85º 0.43% 0.74% -
XYZ 33.44 24.19 41.94 -
YUV 138.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 188 107 172 0 0.43 0.09 0.26 311.85 0.38 0.58
Hex BC 6B AC 0 2B 9 1A 138 26 3A
Octal 274 153 254 0 53 11 32 470 46 72
Binary 10111100 1101011 10101100 0 101011 1001 11010 100111000 100110 111010

Color Harmonies of #BC6BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6BAC

Black with #BC6BAC

Text Example


Text Example

White with #BC6BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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