#BD69C5

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

Shades of Fuchsia #BD69C5

Tints of Fuchsia #BD69C5

Color information

#BD69C5 (or 0xBD69C5) is unknown color: approx Fuchsia. HEX triplet: BD, 69 and C5. RGB value is (189,105,197). Sum of RGB (Red+Green+Blue) = 189+105+197=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD69C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69C5 is #42963A. Grayscale: #8C8C8C. Windows color (decimal): -4363835 or 12937661. OLE color: 12937661.

HSL color Cylindrical-coordinate representation of color #BD69C5: hue angle of 294.78º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD69C5 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189105197-
CMYK0.040.4700.23
HSL294.78º44.23%59.22%-
HSV(B)294.78º46.7%77.25%-
XYZ36.1224.9555.74-
YUV140.6159.83162.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 105 (41.41% from 255) = 21.38%
BLUE value IS 197 (77.34% from 255) = 40.12%
R=38.49%
G=21.38%
B=40.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891051970.040.4700.23294.7844.2359.22
HexBD69C542F0171272c3b
Octal2751513054570274475473
Binary10111101110100111000101100101111010111100100111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD69C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD69C5; }

 p { color: rgb(189,105,197); }

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

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

 a { background-color: rgb(189,105,197); }

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

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

 span { border-color: rgb(189,105,197); }

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