Html Css Color HEX #BC63BF Fuchsia

📋 copy color: '#BC63BF'

red 188 ◦ green 99 ◦ blue 191

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

Shades of Fuchsia #BC63BF

Tints of Fuchsia #BC63BF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.71%

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

R = 39.33%
G = 20.71%
B = 39.96%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC63BF (or 0xBC63BF) is known color: Fuchsia. HEX triplet: BC, 63 and BF. RGB value is (188,99,191). Sum of RGB (Red+Green+Blue) = 188+99+191=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC63BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63BF is #439C40. Grayscale: #878787. Windows color (decimal): -4430913 or 12542908. OLE color: 12542908.

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

Color convert

RGB 188 99 191 -
CMYK 0.02 0.48 0 0.25
HSL 298.04º 0.42% 0.57% -
HSV(B) 298.04º 0.48% 0.75% -
XYZ 34.6 23.38 51.98 -
YUV 136.1 158.99 165.02 -
System Red Green Blue C M Y K H S L
Decimal 188 99 191 0.02 0.48 0 0.25 298.04 0.42 0.57
Hex BC 63 BF 2 30 0 19 12A 2A 39
Octal 274 143 277 2 60 0 31 452 52 71
Binary 10111100 1100011 10111111 10 110000 0 11001 100101010 101010 111001

Color Harmonies of #BC63BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63BF

Black with #BC63BF

Text Example


Text Example

White with #BC63BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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