#BD62A6

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

Shades of Fuchsia #BD62A6

Tints of Fuchsia #BD62A6

Color information

#BD62A6 (or 0xBD62A6) is unknown color: approx Fuchsia. HEX triplet: BD, 62 and A6. RGB value is (189,98,166). Sum of RGB (Red+Green+Blue) = 189+98+166=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD62A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD62A6 is #429D59. Grayscale: #848484. Windows color (decimal): -4365658 or 10904253. OLE color: 10904253.

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

Color convert

RGB18998166-
CMYK00.480.120.26
HSL315.16º40.81%56.27%-
HSV(B)315.16º48.15%74.12%-
XYZ32.2422.3138.68-
YUV132.96146.65167.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 98 (38.67% from 255) = 21.63%
BLUE value IS 166 (65.23% from 255) = 36.64%
R=41.72%
G=21.63%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899816600.480.120.26315.1640.8156.27
HexBD62A6030C1A13b2938
Octal27514224606014324735170
Binary101111011100010101001100110000110011010100111011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD62A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD62A6; }

 p { color: rgb(189,98,166); }

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

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

 a { background-color: rgb(189,98,166); }

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

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

 span { border-color: rgb(189,98,166); }

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