#BD42BF

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

Shades of Fuchsia #BD42BF

Tints of Fuchsia #BD42BF

Color information

#BD42BF (or 0xBD42BF) is unknown color: approx Fuchsia. HEX triplet: BD, 42 and BF. RGB value is (189,66,191). Sum of RGB (Red+Green+Blue) = 189+66+191=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD42BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42BF is #42BD40. Grayscale: #747474. Windows color (decimal): -4373825 or 12534461. OLE color: 12534461.

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

Color convert

RGB18966191-
CMYK0.010.6500.25
HSL299.04º49.41%50.39%-
HSV(B)299.04º65.45%74.9%-
XYZ32.3418.4851.15-
YUV117.03169.75179.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 66 (26.17% from 255) = 14.80%
BLUE value IS 191 (75% from 255) = 42.83%
R=42.38%
G=14.80%
B=42.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189661910.010.6500.25299.0449.4150.39
HexBD42BF14101912b3132
Octal27510227711010314536162
Binary1011110110000101011111111000001011001100101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD42BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD42BF; }

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

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

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

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

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

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

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

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