Html Css Color HEX #BC6AB2 Fuchsia

📋 copy color: '#BC6AB2'

red 188 ◦ green 106 ◦ blue 178

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

Shades of Fuchsia #BC6AB2

Tints of Fuchsia #BC6AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.71%

R = 39.83%
G = 22.46%
B = 37.71%

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

#BC6AB2 (or 0xBC6AB2) is known color: Fuchsia. HEX triplet: BC, 6A and B2. RGB value is (188,106,178). Sum of RGB (Red+Green+Blue) = 188+106+178=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6AB2 is #43954D. Grayscale: #8A8A8A. Windows color (decimal): -4429134 or 11692732. OLE color: 11692732.

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

Color convert

RGB 188 106 178 -
CMYK 0 0.44 0.05 0.26
HSL 307.32º 0.38% 0.58% -
HSV(B) 307.32º 0.44% 0.74% -
XYZ 33.93 24.21 45 -
YUV 138.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 188 106 178 0 0.44 0.05 0.26 307.32 0.38 0.58
Hex BC 6A B2 0 2C 5 1A 133 26 3A
Octal 274 152 262 0 54 5 32 463 46 72
Binary 10111100 1101010 10110010 0 101100 101 11010 100110011 100110 111010

Color Harmonies of #BC6AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6AB2

Black with #BC6AB2

Text Example


Text Example

White with #BC6AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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