#BD68C7

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

Shades of Fuchsia #BD68C7

Tints of Fuchsia #BD68C7

Color information

#BD68C7 (or 0xBD68C7) is unknown color: approx Fuchsia. HEX triplet: BD, 68 and C7. RGB value is (189,104,199). Sum of RGB (Red+Green+Blue) = 189+104+199=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD68C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68C7 is #429738. Grayscale: #8B8B8B. Windows color (decimal): -4364089 or 13068477. OLE color: 13068477.

HSL color Cylindrical-coordinate representation of color #BD68C7: hue angle of 293.68º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD68C7 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189104199-
CMYK0.050.4800.22
HSL293.68º45.89%59.41%-
HSV(B)293.68º47.74%78.04%-
XYZ36.2524.8456.92-
YUV140.24161.16162.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 104 (41.02% from 255) = 21.14%
BLUE value IS 199 (78.12% from 255) = 40.45%
R=38.41%
G=21.14%
B=40.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891041990.050.4800.22293.6845.8959.41
HexBD68C75300161262e3b
Octal2751503075600264465673
Binary10111101110100011000111101110000010110100100110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD68C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD68C7; }

 p { color: rgb(189,104,199); }

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

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

 a { background-color: rgb(189,104,199); }

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

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

 span { border-color: rgb(189,104,199); }

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