#BD67A9

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

Shades of Fuchsia #BD67A9

Tints of Fuchsia #BD67A9

Color information

#BD67A9 (or 0xBD67A9) is unknown color: approx Fuchsia. HEX triplet: BD, 67 and A9. RGB value is (189,103,169). Sum of RGB (Red+Green+Blue) = 189+103+169=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD67A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD67A9 is #429856. Grayscale: #888888. Windows color (decimal): -4364375 or 11102141. OLE color: 11102141.

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

Color convert

RGB189103169-
CMYK00.460.110.26
HSL313.95º39.45%57.25%-
HSV(B)313.95º45.5%74.12%-
XYZ3323.3840.31-
YUV136.24146.49165.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 103 (40.62% from 255) = 22.34%
BLUE value IS 169 (66.41% from 255) = 36.66%
R=41.00%
G=22.34%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910316900.460.110.26313.9539.4557.25
HexBD67A902EB1A13a2739
Octal27514725105613324724771
Binary101111011100111101010010101110101111010100111010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD67A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD67A9; }

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

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

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

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

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

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

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

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