#BD64BE

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

Shades of Fuchsia #BD64BE

Tints of Fuchsia #BD64BE

Color information

#BD64BE (or 0xBD64BE) is unknown color: approx Fuchsia. HEX triplet: BD, 64 and BE. RGB value is (189,100,190). Sum of RGB (Red+Green+Blue) = 189+100+190=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD64BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64BE is #429B41. Grayscale: #888888. Windows color (decimal): -4365122 or 12477629. OLE color: 12477629.

HSL color Cylindrical-coordinate representation of color #BD64BE: hue angle of 299.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD64BE is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189100190-
CMYK0.010.4700.25
HSL299.33º40.91%56.86%-
HSV(B)299.33º47.37%74.51%-
XYZ34.8423.6551.44-
YUV136.87157.99165.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 100 (39.45% from 255) = 20.88%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=39.46%
G=20.88%
B=39.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891001900.010.4700.25299.3340.9156.86
HexBD64BE12F01912b2939
Octal2751442761570314535171
Binary101111011100100101111101101111011001100101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD64BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD64BE; }

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

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

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

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

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

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

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

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