#BD67AE

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

Shades of Fuchsia #BD67AE

Tints of Fuchsia #BD67AE

Color information

#BD67AE (or 0xBD67AE) is unknown color: approx Fuchsia. HEX triplet: BD, 67 and AE. RGB value is (189,103,174). Sum of RGB (Red+Green+Blue) = 189+103+174=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD67AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD67AE is #429851. Grayscale: #888888. Windows color (decimal): -4364370 or 11429821. OLE color: 11429821.

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

Color convert

RGB189103174-
CMYK00.460.080.26
HSL310.47º39.45%57.25%-
HSV(B)310.47º45.5%74.12%-
XYZ33.4823.5842.83-
YUV136.81148.99165.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 103 (40.62% from 255) = 22.10%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=40.56%
G=22.10%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910317400.460.080.26310.4739.4557.25
HexBD67AE02E81A1362739
Octal27514725605610324664771
Binary101111011100111101011100101110100011010100110110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD67AE; }

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

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

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

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

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

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

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

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