Html Css Color HEX #BC64B0 Fuchsia

📋 copy color: '#BC64B0'

red 188 ◦ green 100 ◦ blue 176

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

Shades of Fuchsia #BC64B0

Tints of Fuchsia #BC64B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.93%

R = 40.52%
G = 21.55%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC64B0 (or 0xBC64B0) is known color: Fuchsia. HEX triplet: BC, 64 and B0. RGB value is (188,100,176). Sum of RGB (Red+Green+Blue) = 188+100+176=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC64B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC64B0 is #439B4F. Grayscale: #868686. Windows color (decimal): -4430672 or 11560124. OLE color: 11560124.

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

Color convert

RGB 188 100 176 -
CMYK 0 0.47 0.06 0.26
HSL 308.18º 0.4% 0.56% -
HSV(B) 308.18º 0.47% 0.74% -
XYZ 33.13 22.94 43.76 -
YUV 134.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 188 100 176 0 0.47 0.06 0.26 308.18 0.4 0.56
Hex BC 64 B0 0 2F 6 1A 134 28 38
Octal 274 144 260 0 57 6 32 464 50 70
Binary 10111100 1100100 10110000 0 101111 110 11010 100110100 101000 111000

Color Harmonies of #BC64B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64B0

Black with #BC64B0

Text Example


Text Example

White with #BC64B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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