Html Css Color HEX #BC6ABC Fuchsia

📋 copy color: '#BC6ABC'

red 188 ◦ green 106 ◦ blue 188

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

Shades of Fuchsia #BC6ABC

Tints of Fuchsia #BC6ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39%

R = 39%
G = 21.99%
B = 39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC6ABC (or 0xBC6ABC) is known color: Fuchsia. HEX triplet: BC, 6A and BC. RGB value is (188,106,188). Sum of RGB (Red+Green+Blue) = 188+106+188=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC6ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ABC is #439543. Grayscale: #8B8B8B. Windows color (decimal): -4429124 or 12348092. OLE color: 12348092.

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

Color convert

RGB 188 106 188 -
CMYK 0 0.44 0 0.26
HSL 300º 0.38% 0.58% -
HSV(B) 300º 0.44% 0.74% -
XYZ 34.97 24.63 50.49 -
YUV 139.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 188 106 188 0 0.44 0 0.26 300 0.38 0.58
Hex BC 6A BC 0 2C 0 1A 12C 26 3A
Octal 274 152 274 0 54 0 32 454 46 72
Binary 10111100 1101010 10111100 0 101100 0 11010 100101100 100110 111010

Color Harmonies of #BC6ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6ABC

Black with #BC6ABC

Text Example


Text Example

White with #BC6ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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