Html Css Color HEX #BC64B3 Fuchsia

📋 copy color: '#BC64B3'

red 188 ◦ green 100 ◦ blue 179

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

Shades of Fuchsia #BC64B3

Tints of Fuchsia #BC64B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.33%

R = 40.26%
G = 21.41%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC64B3 (or 0xBC64B3) is known color: Fuchsia. HEX triplet: BC, 64 and B3. RGB value is (188,100,179). Sum of RGB (Red+Green+Blue) = 188+100+179=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC64B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64B3 is #439B4C. Grayscale: #878787. Windows color (decimal): -4430669 or 11756732. OLE color: 11756732.

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

Color convert

RGB 188 100 179 -
CMYK 0 0.47 0.05 0.26
HSL 306.14º 0.4% 0.56% -
HSV(B) 306.14º 0.47% 0.74% -
XYZ 33.43 23.06 45.34 -
YUV 135.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 188 100 179 0 0.47 0.05 0.26 306.14 0.4 0.56
Hex BC 64 B3 0 2F 5 1A 132 28 38
Octal 274 144 263 0 57 5 32 462 50 70
Binary 10111100 1100100 10110011 0 101111 101 11010 100110010 101000 111000

Color Harmonies of #BC64B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64B3

Black with #BC64B3

Text Example


Text Example

White with #BC64B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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