Html Css Color HEX #BC64B9 Fuchsia

📋 copy color: '#BC64B9'

red 188 ◦ green 100 ◦ blue 185

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

Shades of Fuchsia #BC64B9

Tints of Fuchsia #BC64B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.11%

R = 39.75%
G = 21.14%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC64B9 (or 0xBC64B9) is known color: Fuchsia. HEX triplet: BC, 64 and B9. RGB value is (188,100,185). Sum of RGB (Red+Green+Blue) = 188+100+185=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC64B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64B9 is #439B46. Grayscale: #878787. Windows color (decimal): -4430663 or 12149948. OLE color: 12149948.

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

Color convert

RGB 188 100 185 -
CMYK 0 0.47 0.02 0.26
HSL 302.05º 0.4% 0.56% -
HSV(B) 302.05º 0.47% 0.74% -
XYZ 34.05 23.31 48.6 -
YUV 136 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 188 100 185 0 0.47 0.02 0.26 302.05 0.4 0.56
Hex BC 64 B9 0 2F 2 1A 12E 28 38
Octal 274 144 271 0 57 2 32 456 50 70
Binary 10111100 1100100 10111001 0 101111 10 11010 100101110 101000 111000

Color Harmonies of #BC64B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64B9

Black with #BC64B9

Text Example


Text Example

White with #BC64B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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