Html Css Color HEX #BC64C3 Fuchsia

📋 copy color: '#BC64C3'

red 188 ◦ green 100 ◦ blue 195

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

Shades of Fuchsia #BC64C3

Tints of Fuchsia #BC64C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.37%

R = 38.92%
G = 20.7%
B = 40.37%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC64C3 (or 0xBC64C3) is known color: Fuchsia. HEX triplet: BC, 64 and C3. RGB value is (188,100,195). Sum of RGB (Red+Green+Blue) = 188+100+195=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC64C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64C3 is #439B3C. Grayscale: #888888. Windows color (decimal): -4430653 or 12805308. OLE color: 12805308.

HSL color Cylindrical-coordinate representation of color #BC64C3: hue angle of 295.58º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC64C3 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 100 195 -
CMYK 0.04 0.49 0 0.24
HSL 295.58º 0.44% 0.58% -
HSV(B) 295.58º 0.49% 0.76% -
XYZ 35.15 23.75 54.36 -
YUV 137.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 188 100 195 0.04 0.49 0 0.24 295.58 0.44 0.58
Hex BC 64 C3 4 31 0 18 128 2C 3A
Octal 274 144 303 4 61 0 30 450 54 72
Binary 10111100 1100100 11000011 100 110001 0 11000 100101000 101100 111010

Color Harmonies of #BC64C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64C3

Black with #BC64C3

Text Example


Text Example

White with #BC64C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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