#BD51C0

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

Shades of Fuchsia #BD51C0

Tints of Fuchsia #BD51C0

Color information

#BD51C0 (or 0xBD51C0) is unknown color: approx Fuchsia. HEX triplet: BD, 51 and C0. RGB value is (189,81,192). Sum of RGB (Red+Green+Blue) = 189+81+192=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD51C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51C0 is #42AE3F. Grayscale: #7D7D7D. Windows color (decimal): -4369984 or 12603837. OLE color: 12603837.

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

Color convert

RGB18981192-
CMYK0.020.5800.25
HSL298.38º46.84%53.53%-
HSV(B)298.38º57.81%75.29%-
XYZ33.4420.5152.07-
YUV125.95165.28172.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 81 (32.03% from 255) = 17.53%
BLUE value IS 192 (75.39% from 255) = 41.56%
R=40.91%
G=17.53%
B=41.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189811920.020.5800.25298.3846.8453.53
HexBD51C023A01912a2f36
Octal2751213002720314525766
Binary1011110110100011100000010111010011001100101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD51C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD51C0; }

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

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

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

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

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

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

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

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