Html Css Color HEX #BC63C0 Fuchsia

📋 copy color: '#BC63C0'

red 188 ◦ green 99 ◦ blue 192

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

Shades of Fuchsia #BC63C0

Tints of Fuchsia #BC63C0

RGB

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

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

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

R = 39.25%
G = 20.67%
B = 40.08%

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

#BC63C0 (or 0xBC63C0) is known color: Fuchsia. HEX triplet: BC, 63 and C0. RGB value is (188,99,192). Sum of RGB (Red+Green+Blue) = 188+99+192=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC63C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63C0 is #439C3F. Grayscale: #878787. Windows color (decimal): -4430912 or 12608444. OLE color: 12608444.

HSL color Cylindrical-coordinate representation of color #BC63C0: hue angle of 297.42º 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 #BC63C0 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 99 192 -
CMYK 0.02 0.48 0 0.25
HSL 297.42º 0.42% 0.57% -
HSV(B) 297.42º 0.48% 0.75% -
XYZ 34.72 23.42 52.56 -
YUV 136.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 188 99 192 0.02 0.48 0 0.25 297.42 0.42 0.57
Hex BC 63 C0 2 30 0 19 129 2A 39
Octal 274 143 300 2 60 0 31 451 52 71
Binary 10111100 1100011 11000000 10 110000 0 11001 100101001 101010 111001

Color Harmonies of #BC63C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63C0

Black with #BC63C0

Text Example


Text Example

White with #BC63C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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