Html Css Color HEX #BC63AA Fuchsia

📋 copy color: '#BC63AA'

red 188 ◦ green 99 ◦ blue 170

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

Shades of Fuchsia #BC63AA

Tints of Fuchsia #BC63AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 41.14%
G = 21.66%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC63AA (or 0xBC63AA) is known color: Fuchsia. HEX triplet: BC, 63 and AA. RGB value is (188,99,170). Sum of RGB (Red+Green+Blue) = 188+99+170=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC63AA is #439C55. Grayscale: #858585. Windows color (decimal): -4430934 or 11166652. OLE color: 11166652.

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

Color convert

RGB 188 99 170 -
CMYK 0 0.47 0.10 0.26
HSL 312.13º 0.4% 0.56% -
HSV(B) 312.13º 0.47% 0.74% -
XYZ 32.46 22.52 40.67 -
YUV 133.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 188 99 170 0 0.47 0.10 0.26 312.13 0.4 0.56
Hex BC 63 AA 0 2F A 1A 138 28 38
Octal 274 143 252 0 57 12 32 470 50 70
Binary 10111100 1100011 10101010 0 101111 1010 11010 100111000 101000 111000

Color Harmonies of #BC63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63AA

Black with #BC63AA

Text Example


Text Example

White with #BC63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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