#BD75BE

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

Shades of Fuchsia #BD75BE

Tints of Fuchsia #BD75BE

Color information

#BD75BE (or 0xBD75BE) is unknown color: approx Fuchsia. HEX triplet: BD, 75 and BE. RGB value is (189,117,190). Sum of RGB (Red+Green+Blue) = 189+117+190=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD75BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75BE is #428A41. Grayscale: #929292. Windows color (decimal): -4360770 or 12481981. OLE color: 12481981.

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

Color convert

RGB189117190-
CMYK0.010.3800.25
HSL299.18º35.96%60.2%-
HSV(B)299.18º38.42%74.51%-
XYZ36.6427.2652.05-
YUV146.85152.35158.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=38.10%
G=23.59%
B=38.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891171900.010.3800.25299.1835.9660.2
HexBD75BE12601912b243c
Octal2751652761460314534474
Binary101111011110101101111101100110011001100101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD75BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD75BE; }

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

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

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

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

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

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

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

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