#BD65BF

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

Shades of Fuchsia #BD65BF

Tints of Fuchsia #BD65BF

Color information

#BD65BF (or 0xBD65BF) is unknown color: approx Fuchsia. HEX triplet: BD, 65 and BF. RGB value is (189,101,191). Sum of RGB (Red+Green+Blue) = 189+101+191=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD65BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65BF is #429A40. Grayscale: #898989. Windows color (decimal): -4364865 or 12543421. OLE color: 12543421.

HSL color Cylindrical-coordinate representation of color #BD65BF: hue angle of 298.67º 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 #BD65BF is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189101191-
CMYK0.010.4700.25
HSL298.67º41.28%57.25%-
HSV(B)298.67º47.12%74.9%-
XYZ35.0423.8952.05-
YUV137.57158.15164.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 191 (75% from 255) = 39.71%
R=39.29%
G=21.00%
B=39.71%

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
Decimal1891011910.010.4700.25298.6741.2857.25
HexBD65BF12F01912b2939
Octal2751452771570314535171
Binary101111011100101101111111101111011001100101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD65BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD65BF; }

 p { color: rgb(189,101,191); }

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

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

 a { background-color: rgb(189,101,191); }

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

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

 span { border-color: rgb(189,101,191); }

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