#BD3EA8

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

Shades of Fuchsia #BD3EA8

Tints of Fuchsia #BD3EA8

Color information

#BD3EA8 (or 0xBD3EA8) is unknown color: approx Fuchsia. HEX triplet: BD, 3E and A8. RGB value is (189,62,168). Sum of RGB (Red+Green+Blue) = 189+62+168=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3EA8 is #42C157. Grayscale: #6F6F6F. Windows color (decimal): -4374872 or 11026109. OLE color: 11026109.

HSL color Cylindrical-coordinate representation of color #BD3EA8: hue angle of 309.92º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3EA8 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB18962168-
CMYK00.670.110.26
HSL309.92º50.6%49.22%-
HSV(B)309.92º67.2%74.12%-
XYZ29.7817.0938.78-
YUV112.06159.58182.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 62 (24.61% from 255) = 14.80%
BLUE value IS 168 (66.02% from 255) = 40.10%
R=45.11%
G=14.80%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896216800.670.110.26309.9250.649.22
HexBD3EA8043B1A1363331
Octal27576250010313324666361
Binary101111011111101010100001000011101111010100110110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3EA8; }

 p { color: rgb(189,62,168); }

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

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

 a { background-color: rgb(189,62,168); }

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

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

 span { border-color: rgb(189,62,168); }

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