#BD3BBE

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

Shades of Fuchsia #BD3BBE

Tints of Fuchsia #BD3BBE

Color information

#BD3BBE (or 0xBD3BBE) is unknown color: approx Fuchsia. HEX triplet: BD, 3B and BE. RGB value is (189,59,190). Sum of RGB (Red+Green+Blue) = 189+59+190=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD3BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3BBE is #42C441. Grayscale: #707070. Windows color (decimal): -4375618 or 12467133. OLE color: 12467133.

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

Color convert

RGB18959190-
CMYK0.010.6900.25
HSL299.54º52.61%48.82%-
HSV(B)299.54º68.95%74.51%-
XYZ31.8417.6650.45-
YUV112.8171.57182.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 59 (23.44% from 255) = 13.47%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=43.15%
G=13.47%
B=43.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189591900.010.6900.25299.5452.6148.82
HexBD3BBE14501912c3531
Octal2757327611050314546561
Binary101111011110111011111011000101011001100101100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3BBE; }

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

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

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

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

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

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

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

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