#BD68AE

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

Shades of Fuchsia #BD68AE

Tints of Fuchsia #BD68AE

Color information

#BD68AE (or 0xBD68AE) is unknown color: approx Fuchsia. HEX triplet: BD, 68 and AE. RGB value is (189,104,174). Sum of RGB (Red+Green+Blue) = 189+104+174=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD68AE is #429751. Grayscale: #898989. Windows color (decimal): -4364114 or 11430077. OLE color: 11430077.

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

Color convert

RGB189104174-
CMYK00.450.080.26
HSL310.59º39.17%57.45%-
HSV(B)310.59º44.97%74.12%-
XYZ33.5823.7842.86-
YUV137.4148.66164.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 104 (41.02% from 255) = 22.27%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=40.47%
G=22.27%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910417400.450.080.26310.5939.1757.45
HexBD68AE02D81A1372739
Octal27515025605510324674771
Binary101111011101000101011100101101100011010100110111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD68AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD68AE; }

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

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

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

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

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

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

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

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