Html Css Color HEX #BC6BAB Fuchsia

📋 copy color: '#BC6BAB'

red 188 ◦ green 107 ◦ blue 171

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

Shades of Fuchsia #BC6BAB

Tints of Fuchsia #BC6BAB

RGB

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

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

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

R = 40.34%
G = 22.96%
B = 36.7%

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

#BC6BAB (or 0xBC6BAB) is known color: Fuchsia. HEX triplet: BC, 6B and AB. RGB value is (188,107,171). Sum of RGB (Red+Green+Blue) = 188+107+171=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6BAB is #439454. Grayscale: #8A8A8A. Windows color (decimal): -4428885 or 11234236. OLE color: 11234236.

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

Color convert

RGB 188 107 171 -
CMYK 0 0.43 0.09 0.26
HSL 312.59º 0.38% 0.58% -
HSV(B) 312.59º 0.43% 0.74% -
XYZ 33.35 24.15 41.43 -
YUV 138.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 188 107 171 0 0.43 0.09 0.26 312.59 0.38 0.58
Hex BC 6B AB 0 2B 9 1A 139 26 3A
Octal 274 153 253 0 53 11 32 471 46 72
Binary 10111100 1101011 10101011 0 101011 1001 11010 100111001 100110 111010

Color Harmonies of #BC6BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6BAB

Black with #BC6BAB

Text Example


Text Example

White with #BC6BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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