Html Css Color HEX #BC63B0 Fuchsia

📋 copy color: '#BC63B0'

red 188 ◦ green 99 ◦ blue 176

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

Shades of Fuchsia #BC63B0

Tints of Fuchsia #BC63B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.01%

R = 40.6%
G = 21.38%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC63B0 (or 0xBC63B0) is known color: Fuchsia. HEX triplet: BC, 63 and B0. RGB value is (188,99,176). Sum of RGB (Red+Green+Blue) = 188+99+176=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC63B0 is #439C4F. Grayscale: #868686. Windows color (decimal): -4430928 or 11559868. OLE color: 11559868.

HSL color Cylindrical-coordinate representation of color #BC63B0: hue angle of 308.09º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC63B0 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 176 -
CMYK 0 0.47 0.06 0.26
HSL 308.09º 0.4% 0.56% -
HSV(B) 308.09º 0.47% 0.74% -
XYZ 33.04 22.75 43.72 -
YUV 134.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 188 99 176 0 0.47 0.06 0.26 308.09 0.4 0.56
Hex BC 63 B0 0 2F 6 1A 134 28 38
Octal 274 143 260 0 57 6 32 464 50 70
Binary 10111100 1100011 10110000 0 101111 110 11010 100110100 101000 111000

Color Harmonies of #BC63B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63B0

Black with #BC63B0

Text Example


Text Example

White with #BC63B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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