#BD64B9

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

Shades of Fuchsia #BD64B9

Tints of Fuchsia #BD64B9

Color information

#BD64B9 (or 0xBD64B9) is unknown color: approx Fuchsia. HEX triplet: BD, 64 and B9. RGB value is (189,100,185). Sum of RGB (Red+Green+Blue) = 189+100+185=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD64B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64B9 is #429B46. Grayscale: #888888. Windows color (decimal): -4365127 or 12149949. OLE color: 12149949.

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

Color convert

RGB189100185-
CMYK00.470.020.26
HSL302.7º40.27%56.67%-
HSV(B)302.7º47.09%74.12%-
XYZ34.323.4448.61-
YUV136.3155.49165.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 100 (39.45% from 255) = 21.10%
BLUE value IS 185 (72.66% from 255) = 39.03%
R=39.87%
G=21.10%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910018500.470.020.26302.740.2756.67
HexBD64B902F21A12f2839
Octal2751442710572324575071
Binary1011110111001001011100101011111011010100101111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD64B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD64B9; }

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

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

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

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

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

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

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

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