Html Css Color HEX #BC6DB4 Fuchsia

📋 copy color: '#BC6DB4'

red 188 ◦ green 109 ◦ blue 180

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

Shades of Fuchsia #BC6DB4

Tints of Fuchsia #BC6DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.85%

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

R = 39.41%
G = 22.85%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC6DB4 (or 0xBC6DB4) is known color: Fuchsia. HEX triplet: BC, 6D and B4. RGB value is (188,109,180). Sum of RGB (Red+Green+Blue) = 188+109+180=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DB4 is #43924B. Grayscale: #8C8C8C. Windows color (decimal): -4428364 or 11824572. OLE color: 11824572.

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

Color convert

RGB 188 109 180 -
CMYK 0 0.42 0.04 0.26
HSL 306.08º 0.37% 0.58% -
HSV(B) 306.08º 0.42% 0.74% -
XYZ 34.45 24.92 46.18 -
YUV 140.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 188 109 180 0 0.42 0.04 0.26 306.08 0.37 0.58
Hex BC 6D B4 0 2A 4 1A 132 25 3A
Octal 274 155 264 0 52 4 32 462 45 72
Binary 10111100 1101101 10110100 0 101010 100 11010 100110010 100101 111010

Color Harmonies of #BC6DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DB4

Black with #BC6DB4

Text Example


Text Example

White with #BC6DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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