#BC65B4

Color #BC65B4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BC65B4

Tints of Fuchsia #BC65B4

Color information

#BC65B4 (or 0xBC65B4) is unknown color: approx Fuchsia. HEX triplet: BC, 65 and B4. RGB value is (188,101,180). Sum of RGB (Red+Green+Blue) = 188+101+180=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65B4 is #439A4B. Grayscale: #878787. Windows color (decimal): -4430412 or 11822524. OLE color: 11822524.

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

Color convert

RGB188101180-
CMYK00.460.040.26
HSL305.52º39.37%56.67%-
HSV(B)305.52º46.28%73.73%-
XYZ33.6323.2945.9-
YUV136.02152.82165.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 101 (39.84% from 255) = 21.54%
BLUE value IS 180 (70.70% from 255) = 38.38%
R=40.09%
G=21.54%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810118000.460.040.26305.5239.3756.67
HexBC65B402E41A1322739
Octal2741452640564324624771
Binary10111100110010110110100010111010011010100110010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC65B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC65B4; }

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

 H1.HeaderClassName
 {
   color: #BC65B4;
 }
 .AnyTagClassName
 {
   color: #BC65B4;
 }
</style>
background-color css

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

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

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

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

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

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