#BD63C2

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

Shades of Fuchsia #BD63C2

Tints of Fuchsia #BD63C2

Color information

#BD63C2 (or 0xBD63C2) is unknown color: approx Fuchsia. HEX triplet: BD, 63 and C2. RGB value is (189,99,194). Sum of RGB (Red+Green+Blue) = 189+99+194=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD63C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63C2 is #429C3D. Grayscale: #888888. Windows color (decimal): -4365374 or 12739517. OLE color: 12739517.

HSL color Cylindrical-coordinate representation of color #BD63C2: hue angle of 296.84º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD63C2 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18999194-
CMYK0.030.4900.24
HSL296.84º43.78%57.45%-
HSV(B)296.84º48.97%76.08%-
XYZ35.1923.6453.75-
YUV136.74160.32165.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 99 (39.06% from 255) = 20.54%
BLUE value IS 194 (76.17% from 255) = 40.25%
R=39.21%
G=20.54%
B=40.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189991940.030.4900.24296.8443.7857.45
HexBD63C23310181292c39
Octal2751433023610304515471
Binary1011110111000111100001011110001011000100101001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD63C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD63C2; }

 p { color: rgb(189,99,194); }

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

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

 a { background-color: rgb(189,99,194); }

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

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

 span { border-color: rgb(189,99,194); }

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