Html Css Color HEX #BC6DB9 Fuchsia

📋 copy color: '#BC6DB9'

red 188 ◦ green 109 ◦ blue 185

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

Shades of Fuchsia #BC6DB9

Tints of Fuchsia #BC6DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.38%

R = 39%
G = 22.61%
B = 38.38%

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

#BC6DB9 (or 0xBC6DB9) is known color: Fuchsia. HEX triplet: BC, 6D and B9. RGB value is (188,109,185). Sum of RGB (Red+Green+Blue) = 188+109+185=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DB9 is #439246. Grayscale: #8D8D8D. Windows color (decimal): -4428359 or 12152252. OLE color: 12152252.

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

Color convert

RGB 188 109 185 -
CMYK 0 0.42 0.02 0.26
HSL 302.28º 0.37% 0.58% -
HSV(B) 302.28º 0.42% 0.74% -
XYZ 34.96 25.13 48.91 -
YUV 141.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 188 109 185 0 0.42 0.02 0.26 302.28 0.37 0.58
Hex BC 6D B9 0 2A 2 1A 12E 25 3A
Octal 274 155 271 0 52 2 32 456 45 72
Binary 10111100 1101101 10111001 0 101010 10 11010 100101110 100101 111010

Color Harmonies of #BC6DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DB9

Black with #BC6DB9

Text Example


Text Example

White with #BC6DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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