#BD68B5

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

Shades of Fuchsia #BD68B5

Tints of Fuchsia #BD68B5

Color information

#BD68B5 (or 0xBD68B5) is unknown color: approx Fuchsia. HEX triplet: BD, 68 and B5. RGB value is (189,104,181). Sum of RGB (Red+Green+Blue) = 189+104+181=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68B5 is #42974A. Grayscale: #898989. Windows color (decimal): -4364107 or 11888829. OLE color: 11888829.

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

Color convert

RGB189104181-
CMYK00.450.040.26
HSL305.65º39.17%57.45%-
HSV(B)305.65º44.97%74.12%-
XYZ34.2824.0646.55-
YUV138.19152.16164.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 104 (41.02% from 255) = 21.94%
BLUE value IS 181 (71.09% from 255) = 38.19%
R=39.87%
G=21.94%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910418100.450.040.26305.6539.1757.45
HexBD68B502D41A1322739
Octal2751502650554324624771
Binary10111101110100010110101010110110011010100110010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD68B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD68B5; }

 p { color: rgb(189,104,181); }

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

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

 a { background-color: rgb(189,104,181); }

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

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

 span { border-color: rgb(189,104,181); }

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