Html Css Color HEX #BC63C1 Fuchsia

📋 copy color: '#BC63C1'

red 188 ◦ green 99 ◦ blue 193

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

Shades of Fuchsia #BC63C1

Tints of Fuchsia #BC63C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.21%

R = 39.17%
G = 20.63%
B = 40.21%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC63C1 (or 0xBC63C1) is known color: Fuchsia. HEX triplet: BC, 63 and C1. RGB value is (188,99,193). Sum of RGB (Red+Green+Blue) = 188+99+193=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC63C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63C1 is #439C3E. Grayscale: #888888. Windows color (decimal): -4430911 or 12673980. OLE color: 12673980.

HSL color Cylindrical-coordinate representation of color #BC63C1: hue angle of 296.81º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC63C1 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 99 193 -
CMYK 0.03 0.49 0 0.24
HSL 296.81º 0.43% 0.57% -
HSV(B) 296.81º 0.49% 0.76% -
XYZ 34.83 23.47 53.15 -
YUV 136.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 188 99 193 0.03 0.49 0 0.24 296.81 0.43 0.57
Hex BC 63 C1 3 31 0 18 129 2B 39
Octal 274 143 301 3 61 0 30 451 53 71
Binary 10111100 1100011 11000001 11 110001 0 11000 100101001 101011 111001

Color Harmonies of #BC63C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63C1

Black with #BC63C1

Text Example


Text Example

White with #BC63C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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