#BD38BE

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

Shades of Fuchsia #BD38BE

Tints of Fuchsia #BD38BE

Color information

#BD38BE (or 0xBD38BE) is unknown color: approx Fuchsia. HEX triplet: BD, 38 and BE. RGB value is (189,56,190). Sum of RGB (Red+Green+Blue) = 189+56+190=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD38BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38BE is #42C741. Grayscale: #6E6E6E. Windows color (decimal): -4376386 or 12466365. OLE color: 12466365.

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

Color convert

RGB18956190-
CMYK0.010.7100.25
HSL299.55º54.47%48.24%-
HSV(B)299.55º70.53%74.51%-
XYZ31.6917.3650.4-
YUV111.04172.56183.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 56 (22.27% from 255) = 12.87%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=43.45%
G=12.87%
B=43.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189561900.010.7100.25299.5554.4748.24
HexBD38BE14701912c3630
Octal2757027611070314546660
Binary101111011110001011111011000111011001100101100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD38BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD38BE; }

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

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

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

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

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

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

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

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