Html Css Color HEX #BC64AB Fuchsia

📋 copy color: '#BC64AB'

red 188 ◦ green 100 ◦ blue 171

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

Shades of Fuchsia #BC64AB

Tints of Fuchsia #BC64AB

RGB

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

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

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

R = 40.96%
G = 21.79%
B = 37.25%

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

#BC64AB (or 0xBC64AB) is known color: Fuchsia. HEX triplet: BC, 64 and AB. RGB value is (188,100,171). Sum of RGB (Red+Green+Blue) = 188+100+171=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC64AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC64AB is #439B54. Grayscale: #868686. Windows color (decimal): -4430677 or 11232444. OLE color: 11232444.

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

Color convert

RGB 188 100 171 -
CMYK 0 0.47 0.09 0.26
HSL 311.59º 0.4% 0.56% -
HSV(B) 311.59º 0.47% 0.74% -
XYZ 32.65 22.75 41.2 -
YUV 134.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 188 100 171 0 0.47 0.09 0.26 311.59 0.4 0.56
Hex BC 64 AB 0 2F 9 1A 138 28 38
Octal 274 144 253 0 57 11 32 470 50 70
Binary 10111100 1100100 10101011 0 101111 1001 11010 100111000 101000 111000

Color Harmonies of #BC64AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64AB

Black with #BC64AB

Text Example


Text Example

White with #BC64AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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