Html Css Color HEX #BC69C0 Fuchsia

📋 copy color: '#BC69C0'

red 188 ◦ green 105 ◦ blue 192

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

Shades of Fuchsia #BC69C0

Tints of Fuchsia #BC69C0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.65%

 BLUE value IS 192 (75.39% from 255) = 39.59%

R = 38.76%
G = 21.65%
B = 39.59%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC69C0 (or 0xBC69C0) is known color: Fuchsia. HEX triplet: BC, 69 and C0. RGB value is (188,105,192). Sum of RGB (Red+Green+Blue) = 188+105+192=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC69C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69C0 is #43963F. Grayscale: #8B8B8B. Windows color (decimal): -4429376 or 12609980. OLE color: 12609980.

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

Color convert

RGB 188 105 192 -
CMYK 0.02 0.45 0 0.25
HSL 297.24º 0.41% 0.58% -
HSV(B) 297.24º 0.45% 0.75% -
XYZ 35.31 24.6 52.76 -
YUV 139.74 157.5 162.43 -
System Red Green Blue C M Y K H S L
Decimal 188 105 192 0.02 0.45 0 0.25 297.24 0.41 0.58
Hex BC 69 C0 2 2D 0 19 129 29 3A
Octal 274 151 300 2 55 0 31 451 51 72
Binary 10111100 1101001 11000000 10 101101 0 11001 100101001 101001 111010

Color Harmonies of #BC69C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69C0

Black with #BC69C0

Text Example


Text Example

White with #BC69C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69C0; }

 p { color: rgb(188,105,192); }

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

background-color css

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

 a { background-color: rgb(188,105,192); }

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

border-color css

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

 span { border-color: rgb(188,105,192); }

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