#BD68B7

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

Shades of Fuchsia #BD68B7

Tints of Fuchsia #BD68B7

Color information

#BD68B7 (or 0xBD68B7) is unknown color: approx Fuchsia. HEX triplet: BD, 68 and B7. RGB value is (189,104,183). Sum of RGB (Red+Green+Blue) = 189+104+183=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68B7 is #429748. Grayscale: #8A8A8A. Windows color (decimal): -4364105 or 12019901. OLE color: 12019901.

HSL color Cylindrical-coordinate representation of color #BD68B7: hue angle of 304.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD68B7 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB189104183-
CMYK00.450.030.26
HSL304.24º39.17%57.45%-
HSV(B)304.24º44.97%74.12%-
XYZ34.4824.1447.64-
YUV138.42153.16164.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 104 (41.02% from 255) = 21.85%
BLUE value IS 183 (71.88% from 255) = 38.45%
R=39.71%
G=21.85%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910418300.450.030.26304.2439.1757.45
HexBD68B702D31A1302739
Octal2751502670553324604771
Binary1011110111010001011011101011011111010100110000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD68B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD68B7; }

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

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

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

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

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

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

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

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