Html Css Color HEX #BC6AB4 Fuchsia

📋 copy color: '#BC6AB4'

red 188 ◦ green 106 ◦ blue 180

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

Shades of Fuchsia #BC6AB4

Tints of Fuchsia #BC6AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.97%

R = 39.66%
G = 22.36%
B = 37.97%

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

#BC6AB4 (or 0xBC6AB4) is known color: Fuchsia. HEX triplet: BC, 6A and B4. RGB value is (188,106,180). Sum of RGB (Red+Green+Blue) = 188+106+180=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6AB4 is #43954B. Grayscale: #8A8A8A. Windows color (decimal): -4429132 or 11823804. OLE color: 11823804.

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

Color convert

RGB 188 106 180 -
CMYK 0 0.44 0.04 0.26
HSL 305.85º 0.38% 0.58% -
HSV(B) 305.85º 0.44% 0.74% -
XYZ 34.13 24.29 46.07 -
YUV 138.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 188 106 180 0 0.44 0.04 0.26 305.85 0.38 0.58
Hex BC 6A B4 0 2C 4 1A 132 26 3A
Octal 274 152 264 0 54 4 32 462 46 72
Binary 10111100 1101010 10110100 0 101100 100 11010 100110010 100110 111010

Color Harmonies of #BC6AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6AB4

Black with #BC6AB4

Text Example


Text Example

White with #BC6AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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