#BD63B9

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

Shades of Fuchsia #BD63B9

Tints of Fuchsia #BD63B9

Color information

#BD63B9 (or 0xBD63B9) is unknown color: approx Fuchsia. HEX triplet: BD, 63 and B9. RGB value is (189,99,185). Sum of RGB (Red+Green+Blue) = 189+99+185=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD63B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63B9 is #429C46. Grayscale: #878787. Windows color (decimal): -4365383 or 12149693. OLE color: 12149693.

HSL color Cylindrical-coordinate representation of color #BD63B9: hue angle of 302.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD63B9 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18999185-
CMYK00.480.020.26
HSL302.67º40.54%56.47%-
HSV(B)302.67º47.62%74.12%-
XYZ34.2123.2548.58-
YUV135.71155.82166.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 99 (39.06% from 255) = 20.93%
BLUE value IS 185 (72.66% from 255) = 39.11%
R=39.96%
G=20.93%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899918500.480.020.26302.6740.5456.47
HexBD63B903021A12f2938
Octal2751432710602324575170
Binary1011110111000111011100101100001011010100101111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD63B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD63B9; }

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

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

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

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

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

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

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

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