#BD38BF

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

Shades of Fuchsia #BD38BF

Tints of Fuchsia #BD38BF

Color information

#BD38BF (or 0xBD38BF) is unknown color: approx Fuchsia. HEX triplet: BD, 38 and BF. RGB value is (189,56,191). Sum of RGB (Red+Green+Blue) = 189+56+191=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD38BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38BF is #42C740. Grayscale: #6E6E6E. Windows color (decimal): -4376385 or 12531901. OLE color: 12531901.

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

Color convert

RGB18956191-
CMYK0.010.7100.25
HSL299.11º54.66%48.43%-
HSV(B)299.11º70.68%74.9%-
XYZ31.817.4150.97-
YUV111.16173.06183.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 56 (22.27% from 255) = 12.84%
BLUE value IS 191 (75% from 255) = 43.81%
R=43.35%
G=12.84%
B=43.81%

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
Decimal189561910.010.7100.25299.1154.6648.43
HexBD38BF14701912b3730
Octal2757027711070314536760
Binary101111011110001011111111000111011001100101011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD38BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD38BF; }

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

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

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

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

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

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

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

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