Html Css Color HEX #BC6AB5 Fuchsia

📋 copy color: '#BC6AB5'

red 188 ◦ green 106 ◦ blue 181

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

Shades of Fuchsia #BC6AB5

Tints of Fuchsia #BC6AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.11%

R = 39.58%
G = 22.32%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC6AB5 (or 0xBC6AB5) is known color: Fuchsia. HEX triplet: BC, 6A and B5. RGB value is (188,106,181). Sum of RGB (Red+Green+Blue) = 188+106+181=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6AB5 is #43954A. Grayscale: #8A8A8A. Windows color (decimal): -4429131 or 11889340. OLE color: 11889340.

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

Color convert

RGB 188 106 181 -
CMYK 0 0.44 0.04 0.26
HSL 305.12º 0.38% 0.58% -
HSV(B) 305.12º 0.44% 0.74% -
XYZ 34.23 24.34 46.61 -
YUV 139.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 188 106 181 0 0.44 0.04 0.26 305.12 0.38 0.58
Hex BC 6A B5 0 2C 4 1A 131 26 3A
Octal 274 152 265 0 54 4 32 461 46 72
Binary 10111100 1101010 10110101 0 101100 100 11010 100110001 100110 111010

Color Harmonies of #BC6AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6AB5

Black with #BC6AB5

Text Example


Text Example

White with #BC6AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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