#BD63B4

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

Shades of Fuchsia #BD63B4

Tints of Fuchsia #BD63B4

Color information

#BD63B4 (or 0xBD63B4) is unknown color: approx Fuchsia. HEX triplet: BD, 63 and B4. RGB value is (189,99,180). Sum of RGB (Red+Green+Blue) = 189+99+180=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD63B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63B4 is #429C4B. Grayscale: #868686. Windows color (decimal): -4365388 or 11822013. OLE color: 11822013.

HSL color Cylindrical-coordinate representation of color #BD63B4: hue angle of 306º 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 #BD63B4 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18999180-
CMYK00.480.050.26
HSL306º40.54%56.47%-
HSV(B)306º47.62%74.12%-
XYZ33.6923.0445.85-
YUV135.14153.32166.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 99 (39.06% from 255) = 21.15%
BLUE value IS 180 (70.70% from 255) = 38.46%
R=40.38%
G=21.15%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899918000.480.050.2630640.5456.47
HexBD63B403051A1322938
Octal2751432640605324625170
Binary10111101110001110110100011000010111010100110010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD63B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD63B4; }

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

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

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

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

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

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

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

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