#BD68B9

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

Shades of Fuchsia #BD68B9

Tints of Fuchsia #BD68B9

Color information

#BD68B9 (or 0xBD68B9) is unknown color: approx Fuchsia. HEX triplet: BD, 68 and B9. RGB value is (189,104,185). Sum of RGB (Red+Green+Blue) = 189+104+185=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68B9 is #429746. Grayscale: #8A8A8A. Windows color (decimal): -4364103 or 12150973. OLE color: 12150973.

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

Color convert

RGB189104185-
CMYK00.450.020.26
HSL302.82º39.17%57.45%-
HSV(B)302.82º44.97%74.12%-
XYZ34.6924.2248.75-
YUV138.65154.16163.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 104 (41.02% from 255) = 21.76%
BLUE value IS 185 (72.66% from 255) = 38.70%
R=39.54%
G=21.76%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910418500.450.020.26302.8239.1757.45
HexBD68B902D21A12f2739
Octal2751502710552324574771
Binary1011110111010001011100101011011011010100101111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD68B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD68B9; }

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

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

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

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

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

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

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

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