#BD69B3

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

Shades of Fuchsia #BD69B3

Tints of Fuchsia #BD69B3

Color information

#BD69B3 (or 0xBD69B3) is unknown color: approx Fuchsia. HEX triplet: BD, 69 and B3. RGB value is (189,105,179). Sum of RGB (Red+Green+Blue) = 189+105+179=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD69B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69B3 is #42964C. Grayscale: #8A8A8A. Windows color (decimal): -4363853 or 11758013. OLE color: 11758013.

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

Color convert

RGB189105179-
CMYK00.440.050.26
HSL307.14º38.89%57.65%-
HSV(B)307.14º44.44%74.12%-
XYZ34.1724.1845.51-
YUV138.55150.83163.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 179 (70.31% from 255) = 37.84%
R=39.96%
G=22.20%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910517900.440.050.26307.1438.8957.65
HexBD69B302C51A133273a
Octal2751512630545324634772
Binary10111101110100110110011010110010111010100110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD69B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD69B3; }

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

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

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

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

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

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

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

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