#BD42B0

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

Shades of Fuchsia #BD42B0

Tints of Fuchsia #BD42B0

Color information

#BD42B0 (or 0xBD42B0) is unknown color: approx Fuchsia. HEX triplet: BD, 42 and B0. RGB value is (189,66,176). Sum of RGB (Red+Green+Blue) = 189+66+176=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD42B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD42B0 is #42BD4F. Grayscale: #727272. Windows color (decimal): -4373840 or 11551421. OLE color: 11551421.

HSL color Cylindrical-coordinate representation of color #BD42B0: hue angle of 306.34º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD42B0 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB18966176-
CMYK00.650.070.26
HSL306.34º48.24%50%-
HSV(B)306.34º65.08%74.12%-
XYZ30.7717.8542.9-
YUV115.32162.25180.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 66 (26.17% from 255) = 15.31%
BLUE value IS 176 (69.14% from 255) = 40.84%
R=43.85%
G=15.31%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896617600.650.070.26306.3448.2450
HexBD42B004171A1323032
Octal27510226001017324626062
Binary101111011000010101100000100000111111010100110010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD42B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD42B0; }

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

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

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

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

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

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

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

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