#BD3FBE

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

Shades of Fuchsia #BD3FBE

Tints of Fuchsia #BD3FBE

Color information

#BD3FBE (or 0xBD3FBE) is unknown color: approx Fuchsia. HEX triplet: BD, 3F and BE. RGB value is (189,63,190). Sum of RGB (Red+Green+Blue) = 189+63+190=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD3FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FBE is #42C041. Grayscale: #727272. Windows color (decimal): -4374594 or 12468157. OLE color: 12468157.

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

Color convert

RGB18963190-
CMYK0.010.6700.25
HSL299.53º50.2%49.61%-
HSV(B)299.53º66.84%74.51%-
XYZ32.0618.0950.52-
YUV115.15170.24180.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 63 (25% from 255) = 14.25%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=42.76%
G=14.25%
B=42.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189631900.010.6700.25299.5350.249.61
HexBD3FBE14301912c3232
Octal2757727611030314546262
Binary101111011111111011111011000011011001100101100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3FBE; }

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

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

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

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

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

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

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

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