#BD65BE

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

Shades of Fuchsia #BD65BE

Tints of Fuchsia #BD65BE

Color information

#BD65BE (or 0xBD65BE) is unknown color: approx Fuchsia. HEX triplet: BD, 65 and BE. RGB value is (189,101,190). Sum of RGB (Red+Green+Blue) = 189+101+190=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD65BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65BE is #429A41. Grayscale: #898989. Windows color (decimal): -4364866 or 12477885. OLE color: 12477885.

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

Color convert

RGB189101190-
CMYK0.010.4700.25
HSL299.33º40.64%57.06%-
HSV(B)299.33º46.84%74.51%-
XYZ34.9323.8451.48-
YUV137.46157.65164.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 101 (39.84% from 255) = 21.04%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=39.38%
G=21.04%
B=39.58%

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
Decimal1891011900.010.4700.25299.3340.6457.06
HexBD65BE12F01912b2939
Octal2751452761570314535171
Binary101111011100101101111101101111011001100101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD65BE; }

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

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

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

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

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

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

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

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