Html Css Color HEX #BC64BD Fuchsia

📋 copy color: '#BC64BD'

red 188 ◦ green 100 ◦ blue 189

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

Shades of Fuchsia #BC64BD

Tints of Fuchsia #BC64BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.62%

R = 39.41%
G = 20.96%
B = 39.62%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC64BD (or 0xBC64BD) is known color: Fuchsia. HEX triplet: BC, 64 and BD. RGB value is (188,100,189). Sum of RGB (Red+Green+Blue) = 188+100+189=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC64BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64BD is #439B42. Grayscale: #888888. Windows color (decimal): -4430659 or 12412092. OLE color: 12412092.

HSL color Cylindrical-coordinate representation of color #BC64BD: hue angle of 299.33º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC64BD is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 100 189 -
CMYK 0.01 0.47 0 0.26
HSL 299.33º 0.4% 0.57% -
HSV(B) 299.33º 0.47% 0.74% -
XYZ 34.48 23.48 50.86 -
YUV 136.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 188 100 189 0.01 0.47 0 0.26 299.33 0.4 0.57
Hex BC 64 BD 1 2F 0 1A 12B 28 39
Octal 274 144 275 1 57 0 32 453 50 71
Binary 10111100 1100100 10111101 1 101111 0 11010 100101011 101000 111001

Color Harmonies of #BC64BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64BD

Black with #BC64BD

Text Example


Text Example

White with #BC64BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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