Html Css Color HEX #BC6DBF Fuchsia

📋 copy color: '#BC6DBF'

red 188 ◦ green 109 ◦ blue 191

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

Shades of Fuchsia #BC6DBF

Tints of Fuchsia #BC6DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.14%

R = 38.52%
G = 22.34%
B = 39.14%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC6DBF (or 0xBC6DBF) is known color: Fuchsia. HEX triplet: BC, 6D and BF. RGB value is (188,109,191). Sum of RGB (Red+Green+Blue) = 188+109+191=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC6DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DBF is #439240. Grayscale: #8D8D8D. Windows color (decimal): -4428353 or 12545468. OLE color: 12545468.

HSL color Cylindrical-coordinate representation of color #BC6DBF: hue angle of 297.8º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6DBF is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 109 191 -
CMYK 0.02 0.43 0 0.25
HSL 297.8º 0.39% 0.59% -
HSV(B) 297.8º 0.43% 0.75% -
XYZ 35.61 25.39 52.31 -
YUV 141.97 155.67 160.83 -
System Red Green Blue C M Y K H S L
Decimal 188 109 191 0.02 0.43 0 0.25 297.8 0.39 0.59
Hex BC 6D BF 2 2B 0 19 12A 27 3B
Octal 274 155 277 2 53 0 31 452 47 73
Binary 10111100 1101101 10111111 10 101011 0 11001 100101010 100111 111011

Color Harmonies of #BC6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DBF

Black with #BC6DBF

Text Example


Text Example

White with #BC6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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