#BD77BE

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

Shades of Fuchsia #BD77BE

Tints of Fuchsia #BD77BE

Color information

#BD77BE (or 0xBD77BE) is unknown color: approx Fuchsia. HEX triplet: BD, 77 and BE. RGB value is (189,119,190). Sum of RGB (Red+Green+Blue) = 189+119+190=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77BE is #428841. Grayscale: #939393. Windows color (decimal): -4360258 or 12482493. OLE color: 12482493.

HSL color Cylindrical-coordinate representation of color #BD77BE: hue angle of 299.15º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD77BE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189119190-
CMYK0.010.3700.25
HSL299.15º35.32%60.59%-
HSV(B)299.15º37.37%74.51%-
XYZ36.8827.7352.12-
YUV148.02151.69157.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 119 (46.88% from 255) = 23.90%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=37.95%
G=23.90%
B=38.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891191900.010.3700.25299.1535.3260.59
HexBD77BE12501912b233d
Octal2751672761450314534375
Binary101111011110111101111101100101011001100101011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77BE; }

 p { color: rgb(189,119,190); }

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

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

 a { background-color: rgb(189,119,190); }

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

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

 span { border-color: rgb(189,119,190); }

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