Html Css Color HEX #BC63AB Fuchsia

📋 copy color: '#BC63AB'

red 188 ◦ green 99 ◦ blue 171

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

Shades of Fuchsia #BC63AB

Tints of Fuchsia #BC63AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.34%

R = 41.05%
G = 21.62%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC63AB (or 0xBC63AB) is known color: Fuchsia. HEX triplet: BC, 63 and AB. RGB value is (188,99,171). Sum of RGB (Red+Green+Blue) = 188+99+171=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC63AB is #439C54. Grayscale: #858585. Windows color (decimal): -4430933 or 11232188. OLE color: 11232188.

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

Color convert

RGB 188 99 171 -
CMYK 0 0.47 0.09 0.26
HSL 311.46º 0.4% 0.56% -
HSV(B) 311.46º 0.47% 0.74% -
XYZ 32.55 22.56 41.17 -
YUV 133.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 188 99 171 0 0.47 0.09 0.26 311.46 0.4 0.56
Hex BC 63 AB 0 2F 9 1A 137 28 38
Octal 274 143 253 0 57 11 32 467 50 70
Binary 10111100 1100011 10101011 0 101111 1001 11010 100110111 101000 111000

Color Harmonies of #BC63AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63AB

Black with #BC63AB

Text Example


Text Example

White with #BC63AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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