Html Css Color HEX #BC6DB8 Fuchsia

📋 copy color: '#BC6DB8'

red 188 ◦ green 109 ◦ blue 184

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

Shades of Fuchsia #BC6DB8

Tints of Fuchsia #BC6DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.25%

R = 39.09%
G = 22.66%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC6DB8 (or 0xBC6DB8) is known color: Fuchsia. HEX triplet: BC, 6D and B8. RGB value is (188,109,184). Sum of RGB (Red+Green+Blue) = 188+109+184=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DB8 is #439247. Grayscale: #8C8C8C. Windows color (decimal): -4428360 or 12086716. OLE color: 12086716.

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

Color convert

RGB 188 109 184 -
CMYK 0 0.42 0.02 0.26
HSL 303.04º 0.37% 0.58% -
HSV(B) 303.04º 0.42% 0.74% -
XYZ 34.86 25.09 48.35 -
YUV 141.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 188 109 184 0 0.42 0.02 0.26 303.04 0.37 0.58
Hex BC 6D B8 0 2A 2 1A 12F 25 3A
Octal 274 155 270 0 52 2 32 457 45 72
Binary 10111100 1101101 10111000 0 101010 10 11010 100101111 100101 111010

Color Harmonies of #BC6DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DB8

Black with #BC6DB8

Text Example


Text Example

White with #BC6DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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