Html Css Color HEX #BC63A8 Fuchsia

📋 copy color: '#BC63A8'

red 188 ◦ green 99 ◦ blue 168

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

Shades of Fuchsia #BC63A8

Tints of Fuchsia #BC63A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.92%

R = 41.32%
G = 21.76%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC63A8 (or 0xBC63A8) is known color: Fuchsia. HEX triplet: BC, 63 and A8. RGB value is (188,99,168). Sum of RGB (Red+Green+Blue) = 188+99+168=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC63A8 is #439C57. Grayscale: #858585. Windows color (decimal): -4430936 or 11035580. OLE color: 11035580.

HSL color Cylindrical-coordinate representation of color #BC63A8: hue angle of 313.48º 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 #BC63A8 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 168 -
CMYK 0 0.47 0.11 0.26
HSL 313.48º 0.4% 0.56% -
HSV(B) 313.48º 0.47% 0.74% -
XYZ 32.27 22.44 39.68 -
YUV 133.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 188 99 168 0 0.47 0.11 0.26 313.48 0.4 0.56
Hex BC 63 A8 0 2F B 1A 139 28 38
Octal 274 143 250 0 57 13 32 471 50 70
Binary 10111100 1100011 10101000 0 101111 1011 11010 100111001 101000 111000

Color Harmonies of #BC63A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63A8

Black with #BC63A8

Text Example


Text Example

White with #BC63A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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