Html Css Color HEX #BC65AC Fuchsia

📋 copy color: '#BC65AC'

red 188 ◦ green 101 ◦ blue 172

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

Shades of Fuchsia #BC65AC

Tints of Fuchsia #BC65AC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.91%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 40.78%
G = 21.91%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC65AC (or 0xBC65AC) is known color: Fuchsia. HEX triplet: BC, 65 and AC. RGB value is (188,101,172). Sum of RGB (Red+Green+Blue) = 188+101+172=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC65AC is #439A53. Grayscale: #868686. Windows color (decimal): -4430420 or 11298236. OLE color: 11298236.

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

Color convert

RGB 188 101 172 -
CMYK 0 0.46 0.09 0.26
HSL 311.03º 0.39% 0.57% -
HSV(B) 311.03º 0.46% 0.74% -
XYZ 32.84 22.98 41.73 -
YUV 135.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 188 101 172 0 0.46 0.09 0.26 311.03 0.39 0.57
Hex BC 65 AC 0 2E 9 1A 137 27 39
Octal 274 145 254 0 56 11 32 467 47 71
Binary 10111100 1100101 10101100 0 101110 1001 11010 100110111 100111 111001

Color Harmonies of #BC65AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65AC

Black with #BC65AC

Text Example


Text Example

White with #BC65AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65AC; }

 p { color: rgb(188,101,172); }

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

background-color css

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

 a { background-color: rgb(188,101,172); }

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

border-color css

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

 span { border-color: rgb(188,101,172); }

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