Html Css Color HEX #BC64AD Fuchsia

📋 copy color: '#BC64AD'

red 188 ◦ green 100 ◦ blue 173

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

Shades of Fuchsia #BC64AD

Tints of Fuchsia #BC64AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 40.78%
G = 21.69%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC64AD (or 0xBC64AD) is known color: Fuchsia. HEX triplet: BC, 64 and AD. RGB value is (188,100,173). Sum of RGB (Red+Green+Blue) = 188+100+173=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC64AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC64AD is #439B52. Grayscale: #868686. Windows color (decimal): -4430675 or 11363516. OLE color: 11363516.

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

Color convert

RGB 188 100 173 -
CMYK 0 0.47 0.08 0.26
HSL 310.23º 0.4% 0.56% -
HSV(B) 310.23º 0.47% 0.74% -
XYZ 32.84 22.82 42.21 -
YUV 134.63 149.65 166.06 -
System Red Green Blue C M Y K H S L
Decimal 188 100 173 0 0.47 0.08 0.26 310.23 0.4 0.56
Hex BC 64 AD 0 2F 8 1A 136 28 38
Octal 274 144 255 0 57 10 32 466 50 70
Binary 10111100 1100100 10101101 0 101111 1000 11010 100110110 101000 111000

Color Harmonies of #BC64AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64AD

Black with #BC64AD

Text Example


Text Example

White with #BC64AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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