#BD61C0

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

Shades of Fuchsia #BD61C0

Tints of Fuchsia #BD61C0

Color information

#BD61C0 (or 0xBD61C0) is unknown color: approx Fuchsia. HEX triplet: BD, 61 and C0. RGB value is (189,97,192). Sum of RGB (Red+Green+Blue) = 189+97+192=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD61C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61C0 is #429E3F. Grayscale: #878787. Windows color (decimal): -4365888 or 12607933. OLE color: 12607933.

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

Color convert

RGB18997192-
CMYK0.020.4900.25
HSL298.11º42.99%56.67%-
HSV(B)298.11º49.48%75.29%-
XYZ34.7823.1752.51-
YUV135.34159.98166.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 97 (38.28% from 255) = 20.29%
BLUE value IS 192 (75.39% from 255) = 40.17%
R=39.54%
G=20.29%
B=40.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189971920.020.4900.25298.1142.9956.67
HexBD61C023101912a2b39
Octal2751413002610314525371
Binary1011110111000011100000010110001011001100101010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD61C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD61C0; }

 p { color: rgb(189,97,192); }

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

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

 a { background-color: rgb(189,97,192); }

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

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

 span { border-color: rgb(189,97,192); }

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