Html Css Color HEX #BC6AB3 Fuchsia

📋 copy color: '#BC6AB3'

red 188 ◦ green 106 ◦ blue 179

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

Shades of Fuchsia #BC6AB3

Tints of Fuchsia #BC6AB3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.41%

 BLUE value IS 179 (70.31% from 255) = 37.84%

R = 39.75%
G = 22.41%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC6AB3 (or 0xBC6AB3) is known color: Fuchsia. HEX triplet: BC, 6A and B3. RGB value is (188,106,179). Sum of RGB (Red+Green+Blue) = 188+106+179=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6AB3 is #43954C. Grayscale: #8A8A8A. Windows color (decimal): -4429133 or 11758268. OLE color: 11758268.

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

Color convert

RGB 188 106 179 -
CMYK 0 0.44 0.05 0.26
HSL 306.59º 0.38% 0.58% -
HSV(B) 306.59º 0.44% 0.74% -
XYZ 34.03 24.25 45.54 -
YUV 138.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 188 106 179 0 0.44 0.05 0.26 306.59 0.38 0.58
Hex BC 6A B3 0 2C 5 1A 133 26 3A
Octal 274 152 263 0 54 5 32 463 46 72
Binary 10111100 1101010 10110011 0 101100 101 11010 100110011 100110 111010

Color Harmonies of #BC6AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6AB3

Black with #BC6AB3

Text Example


Text Example

White with #BC6AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6AB3; }

 p { color: rgb(188,106,179); }

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

background-color css

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

 a { background-color: rgb(188,106,179); }

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

border-color css

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

 span { border-color: rgb(188,106,179); }

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