Html Css Color HEX #BC64AA Fuchsia

📋 copy color: '#BC64AA'

red 188 ◦ green 100 ◦ blue 170

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

Shades of Fuchsia #BC64AA

Tints of Fuchsia #BC64AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.83%

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

R = 41.05%
G = 21.83%
B = 37.12%

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

#BC64AA (or 0xBC64AA) is known color: Fuchsia. HEX triplet: BC, 64 and AA. RGB value is (188,100,170). Sum of RGB (Red+Green+Blue) = 188+100+170=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC64AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC64AA is #439B55. Grayscale: #868686. Windows color (decimal): -4430678 or 11166908. OLE color: 11166908.

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

Color convert

RGB 188 100 170 -
CMYK 0 0.47 0.10 0.26
HSL 312.27º 0.4% 0.56% -
HSV(B) 312.27º 0.47% 0.74% -
XYZ 32.55 22.71 40.7 -
YUV 134.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 188 100 170 0 0.47 0.10 0.26 312.27 0.4 0.56
Hex BC 64 AA 0 2F A 1A 138 28 38
Octal 274 144 252 0 57 12 32 470 50 70
Binary 10111100 1100100 10101010 0 101111 1010 11010 100111000 101000 111000

Color Harmonies of #BC64AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64AA

Black with #BC64AA

Text Example


Text Example

White with #BC64AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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