Html Css Color HEX #BC68BF Fuchsia

📋 copy color: '#BC68BF'

red 188 ◦ green 104 ◦ blue 191

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

Shades of Fuchsia #BC68BF

Tints of Fuchsia #BC68BF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.53%

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

R = 38.92%
G = 21.53%
B = 39.54%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC68BF (or 0xBC68BF) is known color: Fuchsia. HEX triplet: BC, 68 and BF. RGB value is (188,104,191). Sum of RGB (Red+Green+Blue) = 188+104+191=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC68BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68BF is #439740. Grayscale: #8A8A8A. Windows color (decimal): -4429633 or 12544188. OLE color: 12544188.

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

Color convert

RGB 188 104 191 -
CMYK 0.02 0.46 0 0.25
HSL 297.93º 0.4% 0.58% -
HSV(B) 297.93º 0.46% 0.75% -
XYZ 35.09 24.35 52.14 -
YUV 139.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 188 104 191 0.02 0.46 0 0.25 297.93 0.4 0.58
Hex BC 68 BF 2 2E 0 19 12A 28 3A
Octal 274 150 277 2 56 0 31 452 50 72
Binary 10111100 1101000 10111111 10 101110 0 11001 100101010 101000 111010

Color Harmonies of #BC68BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68BF

Black with #BC68BF

Text Example


Text Example

White with #BC68BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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